Hi everyone,
I would like to kindly ask you about adding query tags to dbt tests.
Is there any way to add query tags for tests to project or schema yaml file? I have tried but I could not find a way for it.
I can modify some packages like dbt_utils.unique_combination_of_columns.combination_of_columns adding query tag statement. But if I use the schema tests in the yaml like below, where and how can I define the query tags for tests?
models:
- name: dim_customers
columns:- name: company
tests:- not_null
- unique
- name: company
I look forward to hear from you.
Thanks,
Regards
Hazal