-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
Description
Describe the bug
given exposure_a that...
- lists
model_aandmodel_bindepends_on - lists columns from both models in
referenced_columns, using thenodeproperty for each
running exposure_schema_validity, set as test on model_a, will fail, since the referenced columns of model_b will be reported as missing
To Reproduce
create a simple setup with exposure_a, model_a and model_b as described above
Expected behavior
the test should not fail due to missing columns, since those are correctly linked to the respective node as described in the docs
Screenshots
n/a
Environment (please complete the following information):
- Elementary CLI (edr) version: 0.20.1
- Elementary dbt package version: 0.21.0
- dbt version you're using: 1.11.0-rc3
- Data warehouse: databricks -> dbt-databricks 1.11.3
- Infrastructure details: ?
Additional context
n/a
Would you be willing to contribute a fix for this issue?
if time allows