Skip to content

Commit

Permalink
rebase\!
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 19, 2024
1 parent 11c0337 commit 9198ac6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion superset/cli/importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9198ac6

Please sign in to comment.