cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

DLT Pipelines with DABs - Support for tags field?

mikvaar
New Contributor III

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:

  1. Is this behavior intentional? 
  2. Is support for tagging pipelines via DABs on roadmap? 
  3. 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!

1 ACCEPTED SOLUTION

Accepted Solutions

nikhilj0421
Databricks Employee
Databricks Employee

Hi @mikvaar,

Yes, tags are not supported yet in DABs, but it is in the roadmap. The ETA for this is around first or second week of June. 

View solution in original post

4 REPLIES 4

nikhilj0421
Databricks Employee
Databricks Employee

Hi @mikvaar,

Yes, tags are not supported yet in DABs, but it is in the roadmap. The ETA for this is around first or second week of June. 

nishg
New Contributor III

Are tags supported in DAB for pipeline now?

mikvaar
New Contributor III

Hi, 
Yes tagging DLT pipelines now work via DAB YAML configuration. Make sure to update the Databricks CLI, I am using v0.263.0.

nishg
New Contributor III

Yes, it's working now. It's working with Databricks CLI version 260.0 too.