mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
fix(cli): import-directory is missing the application context (#21255)
This commit is contained in:
@@ -34,6 +34,7 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@click.command()
|
||||
@with_appcontext
|
||||
@click.argument("directory")
|
||||
@click.option(
|
||||
"--overwrite",
|
||||
|
||||
Reference in New Issue
Block a user