We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065e96e commit ae9903eCopy full SHA for ae9903e
1 file changed
sqlmesh/cli/main.py
@@ -43,7 +43,7 @@ def cli(
43
if ctx.invoked_subcommand == "init":
44
ctx.obj = path
45
return
46
- elif ctx.invoked_subcommand == "create_external_models":
+ elif ctx.invoked_subcommand in ("create_external_models", "migrate", "rollback"):
47
load = False
48
49
# Delegates the execution of the --help option to the corresponding subcommand
0 commit comments