Hello All. Thank you in advance for your help. I...
# advice-metadata-modeling
o
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
not sure if we can do this via datahub cli - but you could definitely do this via graphql & sdks.
@dazzling-judge-80093 could you confirm on this?
d
As @delightful-ram-75848 said, you should use graphql or the sdk which supports a wider range of options than the simple cli.
o
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.