Skip to content
Snippets Groups Projects
Commit 0a559720 authored by Leah Tacke genannt Unterberg's avatar Leah Tacke genannt Unterberg
Browse files

superset database defs allow async by default

parent 7cb81eb3
Branches
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class SupersetDatabaseDef(SupersetObjectMixin, SupersetDefFile):
# verbose_name : str | None = None
cache_timeout: str | None = None
expose_in_sqllab: bool = True
allow_run_async: bool = False
allow_run_async: bool = True
allow_ctas: bool = False
allow_cvas: bool = False
allow_dml: bool = False
......
......@@ -92,7 +92,7 @@ class MyTestCase(unittest.TestCase):
sql_alchemy_uri=AnyUrl(
'postgresql://mitm-pg-user:superweirdpasswordpleasedonotcrack@mitm-db:5432/mitm_db'),
explicit_db_name='MitM DB',
schema_name='myname_0_39f207b32588'),
schema_name='myname_0_2c3d7f1584b1'), # myname_0_39f207b32588
name_plus_uuid(
'SyntheticExampleDataset'),
visualization_types=[MAEDVisualizationType.Baseline]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment