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 7, 2025
1 parent 3deecb1 commit f5b370d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/dbt/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,9 @@ def cli(ctx, **kwargs):
@p.vars
@requires.postflight
@requires.preflight
@requires.profile
@requires.project
@requires.profile
@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 f5b370d

Please sign in to comment.