mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(import): only import FORMULA annotations (#26652)
This commit is contained in:
committed by
GitHub
parent
1283803844
commit
e86d4d3c92
@@ -130,12 +130,13 @@ def export_datasources(datasource_file: Optional[str] = None) -> None:
|
||||
@click.option(
|
||||
"--path",
|
||||
"-p",
|
||||
required=True,
|
||||
help="Path to a single ZIP file",
|
||||
)
|
||||
@click.option(
|
||||
"--username",
|
||||
"-u",
|
||||
default=None,
|
||||
required=True,
|
||||
help="Specify the user name to assign dashboards to",
|
||||
)
|
||||
def import_dashboards(path: str, username: Optional[str]) -> None:
|
||||
|
||||
Reference in New Issue
Block a user