Skip to content

Commit

Permalink
add requires.catalog to build + reorder requires
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk committed Jan 8, 2025
1 parent 3deecb1 commit ceedf7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ def cli(ctx, **kwargs):
@requires.preflight
@requires.profile
@requires.project
@requires.catalogs
@requires.runtime_config
@requires.manifest
def build(ctx, **kwargs):
Expand Down Expand Up @@ -564,8 +565,8 @@ def parse(ctx, **kwargs):
@requires.preflight
@requires.profile
@requires.project
@requires.runtime_config
@requires.catalogs
@requires.runtime_config
@requires.manifest
def run(ctx, **kwargs):
"""Compile SQL and execute against the current target database."""
Expand Down

0 comments on commit ceedf7c

Please sign in to comment.