Skip to content

feat: support key-only databricks_tags#1339

Open
canbekley wants to merge 2 commits intodatabricks:mainfrom
canbekley:feat/support-for-key-only-databricks-tags
Open

feat: support key-only databricks_tags#1339
canbekley wants to merge 2 commits intodatabricks:mainfrom
canbekley:feat/support-for-key-only-databricks-tags

Conversation

@canbekley
Copy link
Contributor

@canbekley canbekley commented Feb 27, 2026

Resolves #1270

Description

Provides a solution to add support for configuring key-only databricks_tags for tables and columns. Utilizes existing databricks sql patterns, which treat values of key-only patterns as empty strings (when queried from information_schema.tags and also when applied via sql: ALTER TABLE ... SET TAGS ('key_only_tag' = '', ...))

Checklist

  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-databricks next" section.

Signed-off-by: Can Bekleyici <can.bekleyici@deepl.com>
Signed-off-by: Can Bekleyici <can.bekleyici@deepl.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How do I apply a valueless/key-only column tags?

1 participant