Skip to content

Commit f5b370d

Browse files
committed
add requires.catalog to build + reorder requires
1 parent 3deecb1 commit f5b370d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/dbt/cli/main.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,9 @@ def cli(ctx, **kwargs):
188188
@p.vars
189189
@requires.postflight
190190
@requires.preflight
191-
@requires.profile
192191
@requires.project
192+
@requires.profile
193+
@requires.catalogs
193194
@requires.runtime_config
194195
@requires.manifest
195196
def build(ctx, **kwargs):
@@ -564,8 +565,8 @@ def parse(ctx, **kwargs):
564565
@requires.preflight
565566
@requires.profile
566567
@requires.project
567-
@requires.runtime_config
568568
@requires.catalogs
569+
@requires.runtime_config
569570
@requires.manifest
570571
def run(ctx, **kwargs):
571572
"""Compile SQL and execute against the current target database."""

0 commit comments

Comments
 (0)