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 {
|
2022-03-05 01:22:04 +05:30
|
|
|
name
|
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
|
|
|
|
}
|
2023-05-17 00:17:25 -07:00
|
|
|
...entityDataProduct
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on CorpUser {
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
2022-02-17 18:48:29 -08:00
|
|
|
editableProperties {
|
|
|
|
displayName
|
|
|
|
title
|
2021-10-26 21:23:08 -07:00
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on CorpGroup {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
displayName
|
|
|
|
description
|
|
|
|
}
|
2022-08-08 10:54:18 -07:00
|
|
|
memberCount: relationships(
|
|
|
|
input: { types: ["IsMemberOfGroup", "IsMemberOfNativeGroup"], direction: INCOMING, start: 0, count: 1 }
|
|
|
|
) {
|
2022-02-01 10:47:45 -08:00
|
|
|
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
|
|
|
|
}
|
2023-05-17 00:17:25 -07:00
|
|
|
...entityDataProduct
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
2022-09-19 08:03:38 +02:00
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
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
|
|
|
|
}
|
2023-05-17 00:17:25 -07:00
|
|
|
...entityDataProduct
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
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
|
|
|
|
}
|
2023-05-17 00:17:25 -07:00
|
|
|
...entityDataProduct
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
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
|
|
|
|
}
|
2023-05-17 00:17:25 -07:00
|
|
|
...entityDataProduct
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on GlossaryTerm {
|
|
|
|
name
|
2022-02-11 07:00:46 -08:00
|
|
|
hierarchicalName
|
2022-02-16 15:01:22 -08:00
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
2021-10-26 21:23:08 -07:00
|
|
|
termSource
|
|
|
|
sourceRef
|
|
|
|
sourceUrl
|
2022-02-16 15:01:22 -08:00
|
|
|
rawSchema
|
2021-10-26 21:23:08 -07:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
2022-08-01 05:15:44 -04:00
|
|
|
... on GlossaryNode {
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
... on MLFeatureTable {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
featureTableProperties {
|
|
|
|
description
|
|
|
|
mlFeatures {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
mlPrimaryKeys {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
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
|
|
|
}
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
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
|
|
|
}
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... on Tag {
|
|
|
|
name
|
|
|
|
description
|
2022-02-28 17:33:54 -08:00
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
colorHex
|
|
|
|
}
|
2021-10-26 21:23:08 -07:00
|
|
|
}
|
|
|
|
... 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
|
|
|
}
|