2022-06-21 10:30:40 -04:00
|
|
|
fragment lineageNodeProperties on EntityWithRelationships {
|
2022-03-04 16:10:25 -08:00
|
|
|
urn
|
|
|
|
type
|
|
|
|
... on DataJob {
|
|
|
|
...dataJobFields
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
|
|
|
... on DataFlow {
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
project
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
|
|
|
... on Dashboard {
|
|
|
|
...dashboardFields
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
|
|
|
... on Chart {
|
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
|
|
|
... on Dataset {
|
|
|
|
name
|
|
|
|
properties {
|
2022-03-15 11:17:13 -07:00
|
|
|
name
|
2022-03-04 16:10:25 -08:00
|
|
|
description
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
|
|
|
... on MLModelGroup {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
|
|
|
... on MLModel {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2022-03-15 11:17:13 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
}
|
2022-04-12 22:42:12 -07:00
|
|
|
... on MLFeatureTable {
|
|
|
|
...nonRecursiveMLFeatureTable
|
|
|
|
}
|
|
|
|
... on MLFeature {
|
|
|
|
...nonRecursiveMLFeature
|
|
|
|
}
|
|
|
|
... on MLPrimaryKey {
|
|
|
|
...nonRecursiveMLPrimaryKey
|
|
|
|
}
|
2022-06-21 10:30:40 -04:00
|
|
|
}
|
|
|
|
|
2022-06-22 08:31:18 -07:00
|
|
|
fragment relationshipFieldsWithoutSiblings on EntityWithRelationships {
|
|
|
|
...lineageNodeProperties
|
|
|
|
... on Dataset {
|
|
|
|
siblings {
|
|
|
|
isPrimary
|
|
|
|
siblings {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
upstream: lineage(input: { direction: UPSTREAM, start: 0, count: 100 }) {
|
|
|
|
...leafLineageResults
|
|
|
|
}
|
|
|
|
downstream: lineage(input: { direction: DOWNSTREAM, start: 0, count: 100 }) {
|
|
|
|
...leafLineageResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-06-21 10:30:40 -04:00
|
|
|
fragment relationshipFields on EntityWithRelationships {
|
|
|
|
...lineageNodeProperties
|
2022-06-22 08:31:18 -07:00
|
|
|
... on Dataset {
|
|
|
|
siblings {
|
|
|
|
isPrimary
|
|
|
|
siblings {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
...relationshipFieldsWithoutSiblings
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-03-04 16:10:25 -08:00
|
|
|
upstream: lineage(input: { direction: UPSTREAM, start: 0, count: 100 }) {
|
|
|
|
...leafLineageResults
|
|
|
|
}
|
|
|
|
downstream: lineage(input: { direction: DOWNSTREAM, start: 0, count: 100 }) {
|
|
|
|
...leafLineageResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment fullLineageResults on EntityLineageResult {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
relationships {
|
|
|
|
type
|
|
|
|
entity {
|
|
|
|
...relationshipFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment leafLineageResults on EntityLineageResult {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
relationships {
|
|
|
|
type
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-06-21 10:30:40 -04:00
|
|
|
|
|
|
|
fragment partialLineageResults on EntityLineageResult {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
}
|
|
|
|
|
|
|
|
query getEntityLineage($urn: String!) {
|
|
|
|
entity(urn: $urn) {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
...lineageNodeProperties
|
2022-06-22 08:31:18 -07:00
|
|
|
... on Dataset {
|
|
|
|
siblings {
|
|
|
|
isPrimary
|
|
|
|
siblings {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
...relationshipFieldsWithoutSiblings
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2022-06-21 10:30:40 -04:00
|
|
|
... on EntityWithRelationships {
|
|
|
|
upstream: lineage(input: { direction: UPSTREAM, start: 0, count: 100 }) {
|
|
|
|
...fullLineageResults
|
|
|
|
}
|
|
|
|
downstream: lineage(input: { direction: DOWNSTREAM, start: 0, count: 100 }) {
|
|
|
|
...fullLineageResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|