diff --git a/core/dbt/cli/main.py b/core/dbt/cli/main.py index 987b84a5c4c..e79f769e9e7 100644 --- a/core/dbt/cli/main.py +++ b/core/dbt/cli/main.py @@ -177,6 +177,7 @@ def cli(ctx, **kwargs): # dbt build @cli.command("build") +@global_flags @click.pass_context @p.defer @p.deprecated_defer