Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Unity table tag support in databricks_sql_table #3514

Open
donatasm opened this issue Apr 26, 2024 · 0 comments
Open

[FEATURE] Unity table tag support in databricks_sql_table #3514

donatasm opened this issue Apr 26, 2024 · 0 comments
Labels
feature New feature or request needs-api changes to Databricks Platform APIs are required

Comments

@donatasm
Copy link
Contributor

Proposal

Similar to existing key value definitions in databricks_sql_table like options or properties proposal is to have tags attribute:

databricks_sql_table {
    name = "test_table"
    ...
    tags = {
        key1 = value1
        key2 = value2
    }
}

Implementation in resource_sql_table.go would additionally execute:

ALTER TABLE 'test_table' SET tags ('key1' = 'value1', 'key2' = 'value2')
@donatasm donatasm added the feature New feature or request label Apr 26, 2024
@nkvuong nkvuong added the needs-api changes to Databricks Platform APIs are required label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request needs-api changes to Databricks Platform APIs are required
Projects
None yet
Development

No branches or pull requests

2 participants