clever-air-4600
05/03/2022, 7:02 PMsearch(
input: {start: 0, count: 10, query: "*", type: DATASET, filters: {field: "tags", value: "urn:li:tag:Phone"} }
) {
searchResults {
entity {
urn
type
}
matchedFields {
name
value
}
}
}
}
im trying something like this, works with table tags but not with the column oneshelpful-optician-78938
05/03/2022, 7:15 PMgreen-football-43791
05/03/2022, 7:37 PMgreen-football-43791
05/03/2022, 7:37 PMeditableSchemaMetadata {
editableSchemaFieldInfo {
fieldPath
description
globalTags {
...globalTagsFields
}
glossaryTerms {
...glossaryTerms
}
}
}green-football-43791
05/03/2022, 7:37 PMgreen-football-43791
05/03/2022, 7:37 PMschemaMetadata {
schemaFieldInfo {
fieldPath
globalTags {
...globalTagsFields
}
}
}clever-air-4600
05/03/2022, 8:45 PM{
search(
input: {start: 0, count: 10, query: "*", type: DATASET, filters: {field: "tags", value: "urn:li:tag:PII_by_data"} }
) editableSchemaMetadata {
editableSchemaFieldInfo {
fieldPath
description
globalTags {
tags{tag {
name
description
}}
}
}
}
}green-football-43791
05/03/2022, 8:46 PMgreen-football-43791
05/03/2022, 8:46 PMsearch(
input: {start: 0, count: 10, query: "*", type: DATASET, filters: {field: "tags", value: "urn:li:tag:Phone"} }
) {
searchResults {
entity {
urn
type
...on Dataset {
<select your other fields here>
}
}
matchedFields {
name
value
}
}
}
}green-football-43791
05/03/2022, 8:46 PMgreen-football-43791
05/03/2022, 8:46 PMgreen-football-43791
05/03/2022, 8:47 PM/api/graphiql ui to play around with queriesgreen-football-43791
05/03/2022, 8:47 PMgreen-football-43791
05/03/2022, 8:47 PMgreen-football-43791
05/03/2022, 8:47 PMclever-air-4600
05/04/2022, 7:13 PMable-optician-93924
05/04/2022, 10:52 PMable-optician-93924
05/04/2022, 11:01 PM