Hello,
I need some help. I want to tag all tables from a source, i use these syntax in my _stg_sources.yml:
- name: my_source
project: "my-project"
config:
tags: ['top_level', 'documented']
description: "awesome source of data"
dataset: source_dataset
tables:
...
But it does not work. The functionnality seems yo exist : Tags for sources and columns (#1906, #1586) by beckjake · Pull Request #2039 · dbt-labs/dbt-core (github.com)
I think I missing something but what ?