Description
When using LoadMode.DBT_MANIFEST, only config.meta, config.materialized, config.schema and config.tags are supported config selectors.
Our use case is to use config.group link as argument for select, eg config.group:<customer_mart>.
Use case/motivation
We are already using groups in dbt itself (eg for contracts, private/public/...). This would enable us to also use this group for our orchestration. An alternative is tagging all models in that group, but that would be double work.
Related issues
Some issue (different argument) as #1619
Are you willing to submit a PR?
Description
When using LoadMode.DBT_MANIFEST, only
config.meta,config.materialized,config.schemaandconfig.tagsare supported config selectors.Our use case is to use
config.grouplink as argument forselect, egconfig.group:<customer_mart>.Use case/motivation
We are already using groups in dbt itself (eg for contracts, private/public/...). This would enable us to also use this group for our orchestration. An alternative is tagging all models in that group, but that would be double work.
Related issues
Some issue (different argument) as #1619
Are you willing to submit a PR?