Skip to content

Commit

Permalink
add builder config to node config
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Sep 23, 2024
1 parent 46da967 commit ed5d07f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/parser/schema_generic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def parse_generic_test(

# this is the ContextConfig that is used in render_update
config: ContextConfig = self.initial_config(fqn)

config.add_config_call(builder.config)
# builder.args contains keyword args for the test macro,
# not configs which have been separated out in the builder.
# The keyword args are not completely rendered until compilation.
Expand Down

0 comments on commit ed5d07f

Please sign in to comment.