Hi all,
I'm working with DABs and trying to define tags for DLT pipelines in the bundle YAML config. However, adding a `tags:` block under the pipeline results in the following warning:
Warning: unknown field: tags
This suggests that tags might not be currently supported when defining pipelines via DABs.
Questions:
- Is this behavior intentional?
- Is support for tagging pipelines via DABs on roadmap?
- Are there any known workaround to apply tags programmatically to DLT pipelines in CI/CD workflow?
The ability to define tags is important for us for tracking versioning, deployment target, context etc. Would appreciate any help from Databricks team or the community.
Thanks!