mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
feat: implement dttm column configuration through db extra config (#9444)
* Implement table mutator and examples how to set date defaults Fix tests * Fix flaky test Co-authored-by: bogdan kyryliuk <bogdankyryliuk@dropbox.com>
This commit is contained in:
@@ -280,6 +280,9 @@ class DictImportExportTests(SupersetTestCase):
|
||||
)
|
||||
|
||||
def test_export_datasource_ui_cli(self):
|
||||
# TODO(bkyryliuk): find fake db is leaking from
|
||||
self.delete_fake_db()
|
||||
|
||||
cli_export = export_to_dict(
|
||||
session=db.session,
|
||||
recursive=True,
|
||||
|
||||
Reference in New Issue
Block a user