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
|
|
|
}
|
|
|
|
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-09-28 10:30:37 -07:00
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
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-09-28 10:30:37 -07:00
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2021-03-04 23:24:49 -08:00
|
|
|
}
|
2021-05-13 09:18:49 +05:30
|
|
|
... on GlossaryTerm {
|
|
|
|
name
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
glossaryTermInfo {
|
|
|
|
definition
|
|
|
|
termSource
|
|
|
|
sourceRef
|
|
|
|
sourceUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
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-09-28 10:30:37 -07:00
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
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-09-28 10:30:37 -07:00
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2021-02-09 14:30:23 -08:00
|
|
|
}
|
2021-07-21 02:42:21 +08:00
|
|
|
... on MLFeatureTable {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
featureTableProperties {
|
|
|
|
description
|
|
|
|
mlFeatures {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
mlPrimaryKeys {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2021-07-28 20:39:05 -07:00
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on MLModel {
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on MLModelGroup {
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
2021-07-21 02:42:21 +08:00
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
}
|
2021-07-30 10:48:32 -07:00
|
|
|
groups {
|
|
|
|
name
|
|
|
|
count
|
|
|
|
}
|
2021-01-17 12:54:49 -08:00
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
metadata {
|
|
|
|
path
|
|
|
|
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
|
|
|
}
|