Skip to content

Commit

Permalink
fix(cli): import-directory is missing the application context (#21255)
Browse files Browse the repository at this point in the history
(cherry picked from commit 80fcbfa)
  • Loading branch information
rdubois authored and michael-s-molina committed Aug 24, 2023
1 parent ad89ea5 commit 2554a89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/cli/importexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@


@click.command()
@with_appcontext
@click.argument("directory")
@click.option(
"--overwrite",
Expand Down

0 comments on commit 2554a89

Please sign in to comment.