Ville Brofeldt
42b10aecae
Add QueryContext deserialization test ( #9778 )
...
* Add QueryContext deserialization test
* deserialize using marshmallow and assert error dict
2020-05-11 14:10:14 +03:00
Bogdan
903217f64d
Fix SQL Lab schema permission checks ( #9756 )
...
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-05-08 14:59:49 -07:00
Bogdan
358bbe0c88
fix: Catch db_engine_spec.get_function_names exceptions ( #9691 )
...
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-05-08 19:51:00 +01:00
Ville Brofeldt
5b430ead42
fix: implement force refresh in chart data request ( #9762 )
...
* fix: implement force refresh in chart data request
* unrelated lint
2020-05-07 09:33:41 -07:00
Erik Ritter
4b6681bc19
Revert "FilterBox,BigNumber,WorldMap: Handle empty results ( #9671 )" ( #9755 )
...
This reverts commit 865a909690 .
2020-05-06 11:28:03 -07:00
Maxime Beauchemin
9aabafe9fe
fix: adhoc filter 'equals' doesn't let you save ( #9652 )
...
When altering a filter, when using `equals` or `does not equals`,
the save button is disabled even when it should be enalbed.
2020-05-06 08:38:10 -07:00
Daniel Vaz Gaspar
453806fc4c
perf(dataset): improve performance on get list ( #9739 )
2020-05-06 11:48:32 +01:00
Ville Brofeldt
763f3529d2
fix: Add force flag to QueryContext schema ( #9749 )
...
* fix: Add force flag to QueryContext schema
* Fix comment
* Remove unnecessary required=Falses
2020-05-06 13:27:53 +03:00
Erik Ritter
eee6280780
fix: re-add all time grain options to the new chart API ( #9744 )
2020-05-05 18:03:11 -07:00
Daniel Vaz Gaspar
0d85d25314
docs(api): improve openapi documentation for dash, charts and queries ( #9724 )
2020-05-05 14:42:18 +01:00
Daniel Vaz Gaspar
d373cc8074
perf(dashboards): improve API performance for dashboards ( #9704 )
2020-05-05 14:30:24 +01:00
Luca Toscano
865a909690
FilterBox,BigNumber,WorldMap: Handle empty results ( #9671 )
...
This change avoids Pandas errors to pop up in chart when no data
is returned (confusing users). In this way a nicer
"No Results etc.." is returned.
2020-05-04 11:03:23 -07:00
ʈᵃᵢ
4c522ac65f
[sqllab] fix, strip comments before parsing statements ( #9692 )
2020-05-04 19:47:29 +03:00
serenajiang
5d167afb94
[hive][csv upload] make INTs BIGINTs ( #9716 )
2020-05-03 09:28:31 -07:00
Erik Ritter
7f496668cb
feat: add logging to warm_up_cache endpoint ( #9712 )
2020-05-01 18:01:38 -07:00
Bogdan
858082f975
Fix email reports ( #9695 )
...
* Fix email reports
* Address comments and inherit from str
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-05-01 07:42:58 -07:00
Ville Brofeldt
aad8209922
chore: Bump PyArrow to latest stable version ( #9696 )
2020-04-30 22:34:27 +03:00
Daniel Vaz Gaspar
2b59075d57
tests(engine_specs): full bigquery engine coverage ( #9702 )
2020-04-30 18:31:15 +01:00
John Bodley
a908813f89
fix(security) Fixing regression in #9689 ( #9705 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-30 10:22:03 -07:00
Daniel Vaz Gaspar
48ef619618
perf(charts): improve performance on GET list ( #9619 )
2020-04-30 17:15:48 +01:00
Erik Ritter
e95af7f783
fix: migrate all slices off the old time grain format ( #9684 )
2020-04-30 08:38:13 -07:00
John Bodley
3b0f8e9c8a
[sql] Adding lighweight Table class ( #9649 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-30 08:38:02 -07:00
ʈᵃᵢ
f7f60cc75d
[Chart & Dashboard] improve listview filter ui and add expandable list support ( #9651 )
...
* better styling for select filters and search input
* add emotion babel plugin
* add spec for search input
* fix async select, add beeter error messages
* add error boundary around views
* cleanup and lint
* add expandable list to dashboards
* fix emotion babel config
* fix specs
* remove commented out code
* add selected style
* DRY up styles
* add icons
* fix type
* add apache license
* fix svgs
* fix ExpandableList type
* reduce custom css
* lint
2020-04-29 21:54:07 -07:00
Bogdan
62a15f027d
Make cache work again for annotations ( #9688 )
...
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-04-29 23:57:31 +03:00
Bogdan
283504479e
Fix ENABLE_ROW_LEVEL_SECURITY flag usage ( #9689 )
...
Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com >
2020-04-29 23:57:06 +03:00
John Bodley
7f89f12c4a
[debug] Debugging caching issue ( #9665 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-29 12:16:47 -07:00
Grace Guo
52a0afe241
[fix] reduce table metadata fetch for latest_partition check ( #9685 )
...
* [fix] reduce table metadata fetch for latest_partition check
* fix review comment
2020-04-29 11:40:29 -07:00
Daniel Vaz Gaspar
527bee5051
tests(engine_specs): full postgres engine coverage ( #9682 )
2020-04-29 18:20:25 +01:00
Ville Brofeldt
8d2165d96d
fix: catch viz exceptions ( #9669 )
2020-04-29 05:14:27 +03:00
Lily Kuang
b27a81e0da
[logging] deprecation notices for SQLite ( #9662 )
...
* [logging] deprecation notices for SQLite
* [logging] use warning for SQLite notice
* [logging] update grammar
2020-04-28 14:28:09 -07:00
Evan Rusackas
13aa889796
gotta catch 'em all ( #9676 )
2020-04-28 14:10:04 -07:00
Natalie Ruhe
9d755bc1ad
[fix] Support APP_ICON_WIDTH configuration parameter in SPA menu ( #9666 )
...
* Expose additional APP_ICON_WIDTH python config variable to ui via app bootstrap for use in Menu
* Update base.py to inclue APP_ICON_WIDTH via bracket notation instead of .get and adjust Menu proptypes to be required.
Co-authored-by: Natalie Ruhe <nruhe@nruhe.attlocal.net >
Co-authored-by: Natalie Ruhe <natalie@preset.io >
2020-04-28 12:59:03 -07:00
Ville Brofeldt
a52cfcd234
feat: Add geospatial post processing operations ( #9661 )
...
* feat: Add geospatial post processing operations
* Linting
* Refactor
* Add tests
* Improve docs
* Address comments
* fix latitude/longitude mixup
* fix: bad refactor by pycharm
2020-04-28 20:15:16 +03:00
Daniel Vaz Gaspar
f07ca7d836
fix(database): test connection error message for module not found ( #9634 )
2020-04-27 09:24:41 +01:00
Daniel Vaz Gaspar
516bdf6db1
fix(mssql): apply limit and set alias for functions ( #9644 )
2020-04-27 09:23:08 +01:00
John Bodley
1c656feb95
[mypy] Enforcing typing for a number of modules ( #9586 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-24 10:07:35 -07:00
Lily Kuang
b2720074bd
[datesets] feat: add statsd to datasets api ( #9577 )
...
* add statsd to tables api
* [datasets] update export endpoint
* [datasets] update charts api test
2020-04-24 16:38:29 +01:00
John Bodley
955a4fe792
[fix] Automatically add relevant Jinja methods to cache key if present ( #9572 )
...
* [fix] Adding URL params to cache key if present
* [cache] Wrapping Jinja methods
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-24 08:18:22 -07:00
V
7386b017ab
Cast raw 'fetch_values_predicate' to Sqlalchemy Text ( #9643 )
...
Issue https://github.com/apache/incubator-superset/issues/9642
2020-04-24 12:04:18 +03:00
Ville Brofeldt
a6cedaaa87
chore: Improve chart data API + schemas + tests ( #9599 )
...
* Make all fields optional in QueryObject and fix having_druid schema
* fix: datasource type sql to table
* lint
* Add missing fields
* Refactor tests
* Linting
* Refactor query context fixtures
* Add typing to test func
2020-04-23 14:30:48 +03:00
Daniel Vaz Gaspar
76764acfc1
[sql_lab] Improve performance, only use slow func when needed ( #9612 )
2020-04-23 09:35:57 +01:00
Ville Brofeldt
85778f5bec
fix: broken IS NULL and IS NOT NULL operator ( #9613 )
...
* fix: broken is null and is not null operator
* add unit tests
* Rename filter operator enum
2020-04-22 19:11:45 +03:00
Daniel Vaz Gaspar
cba82cfd03
[statsd] Send time metrics in ms not seconds ( #9614 )
2020-04-22 16:46:38 +01:00
ʈᵃᵢ
0b999e3b91
[charts] adds new filters ui ( #9530 )
...
* [charts] adds new filters ui
* move null check to be more visible
* better filter lists and async filter functionality
2020-04-21 12:04:11 -07:00
Lily Kuang
7cefc89c64
[charts] feat: add statsd to charts api ( #9571 )
...
* add statsd to charts api
* update test for charts api
* [charts] add statsd asserts wrapper
* [charts] update api test
* removed white space
2020-04-21 19:57:42 +01:00
John Bodley
237ac59474
[fix] Fixing issue with Jinja filter_value ( #9582 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-20 09:44:45 -07:00
Erik Ritter
083dd6ae1a
[config] Enable dashboard bootstrap payload reduction by default ( #9585 )
2020-04-19 15:41:36 -07:00
Erik Ritter
06471f5877
Re-enable the AnnotationLayerModelView read API ( #9443 )
...
* Re-enable the AnnotationLayerModelView read API
* Fix CI
2020-04-19 10:19:50 -07:00
John Bodley
636ee5d19a
[mypy] Enforcing typing for superset.migrations ( #9583 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2020-04-18 23:24:32 -07:00
Ville Brofeldt
0472c11157
fix: Add deprecated fields to QueryObject schema ( #9579 )
...
* fix: Add deprecated fields to QueryObject schema
* linting
2020-04-18 20:28:57 +03:00