Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hey @charlie-haley 👋 ,
I started initial implementation of column tags based on our conversation here.
I’d like to get your feedback and any considerations before moving forward. We can discuss and shape the initial functionality together.
I’ll likely have more questions later, but to start:
Feature Summary
Column Tags are a structured tagging system that allows users to classify and label individual columns in database schemas. Instead of tagging entire assets, column tags provide column-level metadata that describes the sensitivity, quality, compliance status, and other attributes of specific data fields.
Tag Categories
A tag category is a dimension or aspect used for classification. Categories represent different types of information you want to track about columns. Each tag category defines a context for a tag value. For instance, an "internal" tag might have different meanings in different categories.
Examples:
Sensitivity: Describes how sensitive the data isPII: Identifies what kind of personally identifiable information it isQuality: Indicates data quality levelCompliance: References regulatory requirementsTag Values
A tag value is a specific option within a tag category. Values are the labels applied to columns.
Examples for Sensitivity category:
Confidential: Highly sensitive business dataInternal: Internal use onlyPublic: Safe to share externallyExamples for PII category:
Email AddressPhone NumberSocial Security NumberHome AddressHow Column Tags Work
Tag Category and Value Management
Why:
Here are some draft UI designs for Tag Governance (not final):

The Tagging Process
customer_emailcolumn gets tagged with:PII: EmailHere are some draft UI designs for Column Tagging flow (not final):



Storage
Discovery & Filtering
Users can find assets by their column tags using the filter panel and search bar on the Discover page.
Example Use Cases
Beta Was this translation helpful? Give feedback.
All reactions