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 Request: Support for column-level databricks tags #649

Open
stevenayers opened this issue May 1, 2024 · 1 comment
Open

Feature Request: Support for column-level databricks tags #649

stevenayers opened this issue May 1, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@stevenayers
Copy link
Contributor

Describe the feature

The new support for Databricks tags on tables & views is really useful. Any chance of supporting column tags too? This is useful for tagging columns that contain particularly sensitive data.

In the same way that tags sits under config on a model, but tags is a top-level attribute on columns:

models:
  - name: foo
    description: I'm a teapot
    config:
      tags:
        - hourly
      databricks_tags:
        - foo
    columns:
      - name: id
        tags:
          - bla
      - name: bank_details
        tags:
          - bla
        databricks_tags:
          - don't publish this column on the internet please
      - name: date
        data_type: date

Are you interested in contributing this feature?

Sure, let me know if how I've designed the spec in YAML looks good, and I'll raise a PR for the feature.

@stevenayers stevenayers added the enhancement New feature or request label May 1, 2024
@benc-db
Copy link
Collaborator

benc-db commented May 1, 2024

Yes, looks good. Please base your PR on the 2.0.latest branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants