Hello I am seeing dataset column level tags appear...
# advice-metadata-modeling
m
Hello I am seeing dataset column level tags appear in 2 places One is in SchemaField https://github.com/datahub-project/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/schema/SchemaField.pdl#L67 The other one is in https://github.com/datahub-project/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/schema/EditableSchemaFieldInfo.pdl#L35 Which one is the source-of-truth? Should we deprecate the other? Thanks
l
@green-football-43791 can correct me if I'm wrong but we intentionally keep the UI based tags separate from ingestion based tags so that they don't collide
g
Yep!
That’s correct Swaroop
m
I see. Thanks!