[Bug] Changes under data_tests:
top-level key within properties.yml
files not seen by partial parsing
#10801
Labels
data_tests:
top-level key within properties.yml
files not seen by partial parsing
#10801
Is this a new bug in dbt-core?
Current Behavior
With the change in #10792, any changes to the
data_tests:
within_properties.yml
/schema.yml
(patch) files are not picked up by partial parsing, and the--no-partial-parse
flag is necessary to pick them up.Expected Behavior
I expected that I could change the content within
data_tests:
, and dbt would see those changes, even when using partial parsing.Steps To Reproduce
See dbt-labs/docs.getdbt.com#6132 (comment) for an example of how to use the
data_tests:
top-level key.Specifically:
versus:
Relevant log output
Note that this is a
FAIL
because changes within thedata_tests:
top-level key were not picked up:partial success
But this is a
WARN
because changes within thedata_tests:
top-level key were picked up by disabling partial parsing:Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: