2021-01-17 12:54:49 -08:00
|
|
|
query getAutoCompleteResults($input: AutoCompleteInput!) {
|
|
|
|
autoComplete(input: $input) {
|
|
|
|
query
|
|
|
|
suggestions
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-26 13:48:49 +08:00
|
|
|
query getAutoCompleteAllResults($input: AutoCompleteInput!) {
|
|
|
|
autoCompleteForAll(input: $input) {
|
|
|
|
query
|
|
|
|
suggestions {
|
|
|
|
type
|
|
|
|
suggestions
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-01-17 12:54:49 -08:00
|
|
|
query getSearchResults($input: SearchInput!) {
|
|
|
|
search(input: $input) {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
2021-03-23 15:18:32 -07:00
|
|
|
searchResults {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
... on Dataset {
|
2021-02-23 12:45:42 -08:00
|
|
|
name
|
2021-03-23 15:18:32 -07:00
|
|
|
origin
|
|
|
|
description
|
|
|
|
uri
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
2021-03-04 23:16:13 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
platformNativeType
|
|
|
|
tags
|
|
|
|
properties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-02-09 14:30:23 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
globalTags {
|
2021-04-21 12:06:31 -07:00
|
|
|
...globalTagsFields
|
2021-03-07 11:26:47 -08:00
|
|
|
}
|
2021-05-25 10:42:35 +05:30
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2021-03-07 11:26:47 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
... on CorpUser {
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
... on Dashboard {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
2021-03-23 15:18:32 -07:00
|
|
|
access
|
|
|
|
lastModified {
|
|
|
|
time
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-02-23 12:45:42 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
... on Chart {
|
|
|
|
urn
|
2021-02-18 12:33:17 -08:00
|
|
|
type
|
2021-03-23 15:18:32 -07:00
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
2021-03-23 15:18:32 -07:00
|
|
|
type
|
|
|
|
access
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
... on DataFlow {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
|
|
|
info {
|
|
|
|
name
|
2021-04-23 00:18:39 -07:00
|
|
|
description
|
2021-04-21 12:06:31 -07:00
|
|
|
project
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
... on DataJob {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
dataFlow {
|
|
|
|
...nonRecursiveDataFlowFields
|
|
|
|
}
|
|
|
|
jobId
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
inputOutput {
|
|
|
|
inputDatasets {
|
|
|
|
...nonRecursiveDatasetFields
|
2021-03-23 15:18:32 -07:00
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
outputDatasets {
|
|
|
|
...nonRecursiveDatasetFields
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
info {
|
|
|
|
name
|
2021-04-23 00:18:39 -07:00
|
|
|
description
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-05-12 05:59:00 +05:30
|
|
|
... on GlossaryTerm {
|
|
|
|
name
|
|
|
|
glossaryTermInfo {
|
|
|
|
definition
|
|
|
|
termSource
|
|
|
|
sourceRef
|
|
|
|
sourceUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-03-23 15:18:32 -07:00
|
|
|
matchedFields {
|
|
|
|
name
|
|
|
|
value
|
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
|
|
|
facets {
|
|
|
|
field
|
|
|
|
aggregations {
|
|
|
|
value
|
|
|
|
count
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|