nutritious-bird-77396
02/18/2021, 11:53 PMname
, origin
, platform
it works but other than it throws exception….
For example: The below one works but not with fields like description
or nativeDataType
{
search(input: {type: DATASET, query: "*", filters: {field: "origin", value: "TEST" }}) {
start
count
total
entities {
... on Dataset {
urn
name
description
ownership {
owners {
owner {
urn
}
}
}
}
}
facets {
field
aggregations {
value
count
}
}
}
}
What is needed for this to work?nutritious-bird-77396
02/18/2021, 11:53 PM{
"errors": [
{
"message": "Exception while fetching data (/search) : java.lang.RuntimeException: Failed to execute search: entity type DATASET, query *, filters: [com.linkedin.datahub.graphql.generated.FacetFilterInput@6bcd16d7], start: 0, count: 10",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"search"
],
"extensions": {
"classification": "DataFetchingException"
}
}
],
"data": {
"search": null
}
}
early-lamp-41924
02/19/2021, 12:00 AMearly-lamp-41924
02/19/2021, 12:01 AMearly-lamp-41924
02/19/2021, 12:02 AMnutritious-bird-77396
02/19/2021, 12:05 AMearly-lamp-41924
02/19/2021, 12:09 AMearly-lamp-41924
02/19/2021, 12:10 AM