Hello All. Thank you in advance for your help. Is there a way to get the Tags for a SchemaField via the DataHub cli. I can currently get the Tags for a DataSet via the “datahub get” command using aspect “globalTags”, but can’t seem to find any doc on how to get the tags for a SchemaField.
d
delightful-ram-75848
07/11/2023, 12:30 AM
not sure if we can do this via datahub cli - but you could definitely do this via graphql & sdks.
delightful-ram-75848
07/11/2023, 12:30 AM
@dazzling-judge-80093 could you confirm on this?
d
dazzling-judge-80093
07/11/2023, 7:21 AM
As @delightful-ram-75848 said, you should use graphql or the sdk which supports a wider range of options than the simple cli.
o
orange-tiger-23168
07/11/2023, 4:31 PM
Thank you, both. I’ve looked into those options as well, but can’t seem to find any documentation for accessing SchemaField tags. If you by chance know where the doc is, we would appreciate a pointer.