2021-01-17 12:54:49 -08:00
|
|
|
query getBrowsePaths($input: BrowsePathsInput!) {
|
2021-02-09 14:30:23 -08:00
|
|
|
browsePaths(input: $input) {
|
|
|
|
path
|
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
query getBrowseResults($input: BrowseInput!) {
|
|
|
|
browse(input: $input) {
|
|
|
|
entities {
|
|
|
|
urn
|
2021-02-09 14:30:23 -08:00
|
|
|
type
|
|
|
|
... on Dataset {
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
2021-02-23 12:45:42 -08:00
|
|
|
platform {
|
|
|
|
name
|
2021-03-04 23:16:13 -08:00
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
2021-02-23 12:45:42 -08:00
|
|
|
}
|
|
|
|
tags
|
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-03-04 23:24:49 -08:00
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-03-04 23:24:49 -08:00
|
|
|
}
|
|
|
|
... on Dashboard {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
2021-03-04 23:24:49 -08:00
|
|
|
access
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-03-04 23:24:49 -08:00
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-03-04 23:24:49 -08:00
|
|
|
}
|
|
|
|
... on Chart {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
2021-03-04 23:24:49 -08:00
|
|
|
type
|
|
|
|
access
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
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-02-23 12:45:42 -08:00
|
|
|
}
|
2021-04-23 23:43:47 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-02-09 14:30:23 -08:00
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
metadata {
|
|
|
|
path
|
|
|
|
groups {
|
|
|
|
name
|
|
|
|
count
|
|
|
|
}
|
|
|
|
totalNumEntities
|
2021-02-09 14:30:23 -08:00
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
2021-02-09 14:30:23 -08:00
|
|
|
}
|