2021-10-26 21:23:08 -07:00
|
|
|
fragment entityPreview on Entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
... on Dataset {
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
uri
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
properties {
|
2021-11-08 16:24:50 -08:00
|
|
|
description
|
2021-10-26 21:23:08 -07:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on CorpUser {
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on CorpGroup {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
displayName
|
|
|
|
description
|
|
|
|
}
|
2022-02-01 10:47:45 -08:00
|
|
|
memberCount: relationships(input: { types: ["IsMemberOfGroup"], direction: INCOMING, start: 0, count: 1 }) {
|
|
|
|
total
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
... on Dashboard {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-10-26 21:23:08 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
access
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on Chart {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
chartId
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-10-26 21:23:08 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
type
|
|
|
|
access
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on DataFlow {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-10-26 21:23:08 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
project
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on DataJob {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
dataFlow {
|
|
|
|
...nonRecursiveDataFlowFields
|
|
|
|
}
|
|
|
|
jobId
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-10-26 21:23:08 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on GlossaryTerm {
|
|
|
|
name
|
|
|
|
glossaryTermInfo {
|
|
|
|
definition
|
|
|
|
termSource
|
|
|
|
sourceRef
|
|
|
|
sourceUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on MLFeatureTable {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
featureTableProperties {
|
|
|
|
description
|
|
|
|
mlFeatures {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
mlPrimaryKeys {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on MLModel {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
... on MLModelGroup {
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
... on Tag {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
... on DataPlatform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...nonConflictingPlatformFields
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
... on Domain {
|
|
|
|
urn
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
}
|
|
|
|
}
|
2022-02-02 13:51:39 -08:00
|
|
|
... on Container {
|
|
|
|
...entityContainer
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|