Skip to content

fix: apply column-level tags for V1 table materialization#1346

Open
sd-db wants to merge 2 commits intomainfrom
sd-db/fix/v1-table-column-tags
Open

fix: apply column-level tags for V1 table materialization#1346
sd-db wants to merge 2 commits intomainfrom
sd-db/fix/v1-table-column-tags

Conversation

@sd-db
Copy link
Collaborator

@sd-db sd-db commented Mar 7, 2026

Summary

  • Fixes [BUG] databricks column-level tags for materialised tables #1307 — column-level databricks_tags were silently ignored for tables using the V1 (default) materialization path
  • The V1 table materialization was missing the apply_column_tags() call that the view, V2 table, streaming table, and materialized view materializations all have

Test plan

  • TestColumnTagsTableV1 — Added V1-specific functional test
  • Existing test suite passes;TestColumnTagsTableV2 — confirms V2 path is unaffected, TestColumnTagsViewV1 — confirms views still work correctly

The V1 table materialization path was missing the apply_column_tags()
call, causing column-level databricks_tags to be silently ignored for
tables while working correctly for views.
@github-actions
Copy link

github-actions bot commented Mar 7, 2026

Coverage report

This PR does not seem to contain any modification to coverable code.

@sd-db sd-db self-assigned this Mar 8, 2026
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.

[BUG] databricks column-level tags for materialised tables

2 participants