[X] I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
With the change in https://github.com/dbt-labs/dbt-core/pull/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.
Is this a new bug in dbt-core?
Current Behavior
With the change in https://github.com/dbt-labs/dbt-core/pull/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 https://github.com/dbt-labs/docs.getdbt.com/issues/6132#issue-2545975324 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