John Bodley
26486d01c1
chore: Remove legacy SIP-15 interim logic/flags ( #18936 )
...
* chore: Remove legacy SIP-15 logic
* Update ab9a9d86e695_deprecate_time_range_endpoints.py
* Update UPDATING.md
* Update UPDATING.md
* Update UPDATING.md
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2022-03-04 09:15:36 +13:00
ofekisr
810cfc13db
fix can't use examples helpers on non app context based environment ( #18086 )
2022-01-19 20:16:15 +02:00
ofekisr
e53a50a155
chore(supeset.utils.core): move all database utils to database utils module ( #18058 )
2022-01-16 08:32:50 +02:00
Beto Dealmeida
d9acb280c4
fix: New Members per Month time range ( #17783 )
2021-12-16 12:31:14 -08:00
Beto Dealmeida
63d9693f21
feat: add main datetime column to dataset editor ( #17739 )
...
* feat: add main dttm col to dataset editor
* Add tests
2021-12-14 14:47:08 -08:00
Kamil Gabryjelski
fa51b3234e
fix(dashboard): Return columns and verbose_map for groupby values of Pivot Table v2 [ID-7] ( #17287 )
...
* fix(dashboard): Return columns and verbose_map for groupby values of Pivot Table v2
* Refactor
* Fix test and lint
* Fix test
* Refactor
* Fix lint
2021-11-05 16:05:48 +01:00
Beto Dealmeida
1fbce88a46
fix: set correct schema on config import ( #16041 )
...
* fix: set correct schema on config import
* Fix lint
* Fix test
* Fix tests
* Fix another test
* Fix another test
* Fix base test
* Add helper function
* Fix examples
* Fix test
* Fix test
* Fixing more tests
2021-11-04 11:09:08 -07:00
Yongjie Zhao
31085e34ce
fix: CI is blocked by mypy checking ( #17213 )
2021-10-25 11:16:47 +08:00
John Bodley
b9ff85d9ea
chore(engine): Translate fractional time grains—requires @superset-ui bump ( #17078 )
...
* chore(engine): Translate fractional time grains
* Bump @superset-ui
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-10-12 21:40:48 -07:00
Ville Brofeldt
3dee22adfd
fix(examples): incorrect covid row component id ( #16953 )
2021-10-04 12:45:31 +03:00
John Bodley
fb4650a6eb
chore(pylint): Remove top-level disable ( #16589 )
...
* chore(pylint): Remove top-level disable
* Update examples.py
* Update command.py
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-09-15 09:30:23 -07:00
John Bodley
1669947bcd
chore(pylint): Reenable too-many-lines check ( #16287 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-09-13 13:22:19 -07:00
John Bodley
7e4c940314
chore(pylint): Enable useless-suppression check ( #16388 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-08-24 03:58:41 +12:00
Ville Brofeldt
86f4e691d4
chore(viz): bump deckgl plugin to 0.4.11 ( #16353 )
2021-08-19 19:19:48 +03:00
AAfghahi
4119bb9c1e
fix: reverting Dataset names ( #16243 )
...
* reverting dataset name changes
* remove extra quotes
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2021-08-17 12:16:15 -07:00
John Bodley
b5c7ed9f18
chore(pylint): Reenable too-many-locals check ( #16268 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-08-17 04:23:40 +12:00
John Bodley
24b43beff9
chore(pylint): Bump Pylint to 2.9.6 ( #16146 )
...
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-08-14 10:32:28 +12:00
AAfghahi
9d0dc561fc
Revert "feat: Changing Dataset names ( #16199 )" ( #16235 )
...
This reverts commit adb3ebbba3 .
2021-08-12 13:59:44 -07:00
Beto Dealmeida
7de54d016e
feat: import configuration from directory ( #15686 )
...
* feat: command to import configuration from a directory
This allows us to keep Superset updated from a repo:
```bash
$ superset import-directory /path/to/configs/
```
For example, I created a simple dashboard with a single chart:
PLACEHOLDER
I then exported it to a file `dashboard_export_20210714T104600.zip` and
unzipped it. After deleting the dashboard, chart, dataset, and database
I imported everything back with:
```bash
$ superset import-directory ~/Downloads/dashboard_export_20210714T104600/
```
I then changed the chart title in `~/Downloads/dashboard_export_20210714T104600/charts/Cnt_per_country_1.yaml` and ran the command again. The chart was succesfully updated:
PLACEHOLDER
* Small fixes
2021-08-11 18:42:50 -07:00
AAfghahi
6c304b83a9
feat: Changing Dataset names ( #16199 )
...
* added google alert
* changing Dataset Names
2021-08-11 08:59:59 -07:00
Elizabeth Thompson
3aefa6925b
update covid dashboard ( #16183 )
2021-08-10 20:47:13 -07:00
David Aaron Suddjian
e6292a89bb
fix(explore): drag & drop column select component triggering onChange unnecessarily ( #16073 )
...
* fix(explore): avoid sync until after first render
* fix example
2021-08-05 15:38:28 -07:00
Yongjie Zhao
32d2aa0c40
feat: run extra query on QueryObject and add compare operator for post_processing ( #15279 )
...
* rebase master and resolve conflicts
* pylint to makefile
* fix crash when pivot operator
* fix comments
* add precision argument
* query test
* wip
* fix ut
* rename
* set time_offsets to cache key
wip
* refactor get_df_payload
wip
* extra query cache
* cache ut
* normalize df
* fix timeoffset
* fix ut
* make cache key logging sense
* resolve conflicts
* backend follow up iteration 1
wip
* rolling window type
* rebase master
* py lint and minor follow ups
* pylintrc
2021-07-28 22:34:39 +08:00
Kamil Gabryjelski
3f5237a3c1
feat(explore): new datasets have autocomplete filters enabled if UX_BETA is set ( #15864 )
...
* feat(explore): new datasets have autocomplete filters enabled if UX_BETA is set
* Lint fix
* Set autocomplete to True in example datasets
* Use "IN" as a default operator in dnd filters
* Default operator only if UX_BETA enabled
2021-07-27 17:40:10 +02:00
Beto Dealmeida
eeba326f8b
chore: set UUID of examples DB ( #15724 )
2021-07-26 17:45:48 -07:00
Daniel Vaz Gaspar
0af5a3d600
fix: examples remove app context at the module level ( #15546 )
2021-07-06 13:56:29 +01:00
Ville Brofeldt
1269cc2f88
fix(examples): calendar chart metric should be metrics ( #15173 )
...
* fix(examples): calendar chart metric should be metrics
* fix presto test
2021-06-17 14:55:50 +03:00
Beto Dealmeida
09050aee62
fix: select country in examples chart ( #14561 )
2021-05-11 09:05:39 -07:00
Beto Dealmeida
c1cb3619ab
feat: script to benchmark DB migrations ( #13561 )
2021-04-15 10:55:35 -07:00
Beto Dealmeida
11dd2493b3
feat: create table with long name ( #13871 )
2021-03-31 11:28:34 -07:00
Beto Dealmeida
98a26e7628
fix: Slack dashboard has stale charts ( #13655 )
2021-03-16 16:40:23 -07:00
Beto Dealmeida
6e303f3c12
feat: add more big data for testing ( #13586 )
2021-03-12 13:02:42 -08:00
Beto Dealmeida
1470e70c10
feat: add option to load big/wide tables ( #13448 )
...
* WIP
* feat: add option to load big/wide tables
* Fix lint
* Address comments
2021-03-11 17:17:29 -08:00
Mayur
8b38d63b7d
changes added ( #13431 )
2021-03-03 13:52:54 +02:00
Ville Brofeldt
42c4facb7e
fix(explore): pie chart label bugs ( #13052 )
2021-02-11 11:23:40 +02:00
Ville Brofeldt
c1e10c4627
fix: sorting by saved metric ( #13059 )
2021-02-10 21:45:45 +02:00
Rob DiCiuccio
68dae80110
build: Skip loading example data from configs in CI ( #12610 )
...
* Skip loading example data from configs in CI
* Use .test suffix for example data required by e2e tests
* Address linting error with regex
2021-02-01 16:07:28 -08:00
Beto Dealmeida
192832c262
fix: case expression should not have double quotes ( #12562 )
2021-01-15 15:33:21 -08:00
Beto Dealmeida
d70db43afb
fix: lowercase all columns in examples ( #12530 )
2021-01-15 09:28:52 +02:00
Karol Kostrzewa
241f380e2e
test: World bank examples ( #12161 )
...
* add world bank data fixture
* fix fixture cleanup, add fixture to dashboard_tests
* apply world bank fixtures, fix tests
* fix fixture typo, dashboard ids
* fix export dashboard metadata
* fix test_export_dashboard_command_key_order
* fix export dash tests, not add row when no orphans
* debug timeout
* fixes after merge
* fix lint
* run pre-commit
* comment test for debug
* fix save.test.js
Co-authored-by: Karol Kostrzewa <karol.kostrzewa@polidea.com >
2021-01-13 14:20:05 -08:00
Beto Dealmeida
8f83afcf49
feat: new Slack dashboard ( #12415 )
...
* feat: new Slack dashboard
* Add ASL license
* Fix test
2021-01-12 15:24:44 -08:00
Karol Kostrzewa
2ab490a101
test: birth names ( #12226 )
...
* add birth names fixture
* fix birth names related tests
* fix test_import_v0_dataset_cli_export columns order
* fix celery tests drop table
* fix mysql datetime type
* fix mysql typo in charts/api_tests
* refactor
* add licence
* fix use fixture for presto
* fix presto, hive query
* fix flaky metadata
* fix mysql bigint type
* fix run query
* fix hive datatype in metadata
* fix slice owner for cypress
* refactor num_boys num_girls
* fix is_dttm column
* debug logging
* fix query offset
* fix presto ds type in metadata
* fix presto ds type
* clean up debug logging
2021-01-11 05:57:55 -08:00
Jesse Yang
2210015aab
test: rename column names for birth_names dataset ( #12082 )
2021-01-08 14:13:20 -08:00
Beto Dealmeida
f83afb44c8
feat: new COVID vaccination dashboard ( #12338 )
2021-01-07 17:48:10 -08:00
Beto Dealmeida
6b2b208b3b
fix: load example data into correct DB ( #12292 )
...
* fix: load example data into correct DB
* Fix force_data
* Fix lint
2021-01-05 17:52:42 -08:00
Beto Dealmeida
3acfd826de
feat: add new dashboard with FCC data ( #12163 )
2020-12-23 14:54:50 -08:00
Beto Dealmeida
c281e52f81
feat: add new dashboard with video game sales ( #12162 )
2020-12-22 08:53:18 -08:00
Beto Dealmeida
81f5631fe5
fix: make example table name safe ( #12135 )
2020-12-18 15:16:38 -08:00
Beto Dealmeida
77cae64ccd
feat: Add new default dashboard ( #12044 )
...
* feat: Add new default dashboard
* Fix license
* Update data URL
2020-12-15 14:21:51 -08:00
Beto Dealmeida
5e811a14ef
feat: load examples from config instead of code ( #12026 )
...
* feat: load examples from config instead of code
* Remove database
* Update data URL
2020-12-15 13:44:23 -08:00