dbt - Advanced Testing
You wrote this test in your schema.yml:
But dbt throws a syntax error. What is the likely cause?
tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns: ['id', 'date'But dbt throws a syntax error. What is the likely cause?
