Yongjie Zhao
b95e697ef9
fix: catch exception when create connection ( #16692 )
...
* fix: catch exception when create connection
* fix lint
* added UT
(cherry picked from commit 21f98ddc21 )
2021-09-22 13:25:43 +03:00
Ville Brofeldt
72fe94842d
fix: TemporalWrapperType string representation ( #16614 )
...
* fix: TemporalWrapperType string representation
* fix tests
(cherry picked from commit 9de2196b7f )
2021-09-22 13:12:29 +03:00
Ville Brofeldt
630b49f4a3
feat(cross-filters): add support for temporal filters ( #16139 )
...
* feat(cross-filters): add support for temporal filters
* fix test
* make filter optional
* remove mocks
* fix more tests
* remove unnecessary optionality
* fix even more tests
* bump superset-ui
* add isExtra to schema
* address comments
* fix presto test
(cherry picked from commit 63ace7b288 )
2021-08-16 08:45:30 +03:00
Jesse Yang
8146a5cad3
fix(dashboard): 500 error caused by data_for_slices API ( #16053 )
...
(cherry picked from commit 490890de23 )
2021-08-16 08:45:29 +03:00
John Bodley
c0615c55df
fix: Ensure table uniqueness on update ( #15909 )
...
* fix: Ensure table uniqueness on update
* Update models.py
* Update slice.py
* Update datasource_tests.py
Co-authored-by: John Bodley <john.bodley@airbnb.com >
2021-08-03 07:45:55 +12:00
ofekisr
b5119b8dff
refactor(tests): decouple unittests from integration tests ( #15473 )
...
* refactor move all tests to be under integration_tests package
* refactor decouple unittests from integration tests - commands
* add unit_tests package
* fix celery_tests.py
* fix wrong FIXTURES_DIR value
2021-07-01 18:03:07 +03:00