dbt - Advanced Testing
You wrote this test in your YAML file:
But when you run
columns:
- name: order_id
tests:
unique
not_nullBut when you run
dbt test, it fails with a syntax error. What is the likely cause?