query { dataset(urn:"urn:li:dataset:(urn:li:data...
# getting-started
m
query { dataset(urn:"urnlidataset:(urnlidataPlatform:mysql,dlink.dlink_alert_group.name,PROD)") { tags { tags { tag { urn properties { name description colorHex } } } } } }
b
you will want to query the editableSchemaMetadata/SchemaMetadata object instead of Tags
Copy code
query {
  dataset(urn:"urn:li:dataset:(urn:li:dataPlatform:mysql,dlink.dlink_alert_group.name,PROD)") {
editableSchemaMetadata{
....(need to specify further)
}
schemaMetadata{
....(need to specify further)
}
}
the answer you get from your query are the tags at the DATASET level not the field level