mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: export/import catalogs (#28408)
This commit is contained in:
@@ -68,6 +68,7 @@ def test_export(session: Session) -> None:
|
||||
description="This is the description",
|
||||
is_featured=1,
|
||||
cache_timeout=3600,
|
||||
catalog="public",
|
||||
schema="my_schema",
|
||||
sql=None,
|
||||
params=json.dumps(
|
||||
@@ -111,6 +112,7 @@ description: This is the description
|
||||
default_endpoint: null
|
||||
offset: -8
|
||||
cache_timeout: 3600
|
||||
catalog: public
|
||||
schema: my_schema
|
||||
sql: null
|
||||
params:
|
||||
|
||||
Reference in New Issue
Block a user