mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: import should accept old keys (#17330)
* fix: import should accept old keys * Fix lint * Preserve V1 schema
This commit is contained in:
@@ -347,7 +347,7 @@ saved_queries_metadata_config: Dict[str, Any] = {
|
||||
"timestamp": "2021-03-30T20:37:54.791187+00:00",
|
||||
}
|
||||
database_config: Dict[str, Any] = {
|
||||
"allow_file_upload": True,
|
||||
"allow_csv_upload": True,
|
||||
"allow_ctas": True,
|
||||
"allow_cvas": True,
|
||||
"allow_run_async": False,
|
||||
|
||||
Reference in New Issue
Block a user