Hello, we’ve been setting up a workflow to import ...
# advice-metadata-modeling
q
Hello, we’ve been setting up a workflow to import Snowflake tags into datahub. Our current set up imports tags that function as labels (PII, protected etc.) as terms using graphQL every hour by looking for updates in tags on Snowflake’s side so that datahub is always up to date. We want to import tags that are key value pair (ingestion_pipeline: kinesis etc.) as properties, but I don’t see an option to edit properties any way other than using transformers on ingestion. Is there a way to modify/create them any other way?
a
Hi, this is likely a feature request, right now the only way to add props is in transformershttps://datahubproject.io/docs/metadata-ingestion/docs/transformer/dataset_transformer/#simple-add-dataset-datasetproperties
theres a similar one to UI add glossary props at https://feature-requests.datahubproject.io
q
Have created a feature request here: https://feature-requests.datahubproject.io/p/dataset-properties-editable-through-graphql-and-the-ui. For now we’ll have datahub read some Snowflake tags on ingestion, but would be great to have in the future! Thanks 😄