dbt - Advanced Testing
What is the output of this dbt-utils test configuration?
Assuming some
tests:
- dbt_utils.relationship:
column: customer_id
to: ref('customers')
field: idAssuming some
customer_id values do not exist in customers.id, what happens?