2021-04-23 00:18:39 -07:00
|
|
|
fragment shallowLineageFields on EntityWithRelationships {
|
|
|
|
downstreamLineage {
|
|
|
|
entities {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
upstreamLineage {
|
|
|
|
entities {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment upstreamRelationshipFields on UpstreamEntityRelationships {
|
|
|
|
entities {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
downstreamLineage {
|
|
|
|
entities {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
upstreamLineage {
|
|
|
|
entities {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on DataJob {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
dataFlow {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
|
|
|
}
|
|
|
|
jobId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on Dashboard {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
|
|
|
info {
|
|
|
|
externalUrl
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on Chart {
|
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
inputs {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on Dataset {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-07-28 20:39:05 -07:00
|
|
|
... on MLModelGroup {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
displayName
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
|
|
|
... on MLModel {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
displayName
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment downstreamRelationshipFields on DownstreamEntityRelationships {
|
|
|
|
entities {
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
... on DataJob {
|
|
|
|
...dataJobFields
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
|
|
|
... on Dashboard {
|
|
|
|
...dashboardFields
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
|
|
|
... on Chart {
|
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
inputs {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
|
|
|
... on Dataset {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
2021-07-28 20:39:05 -07:00
|
|
|
... on MLModelGroup {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
displayName
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
|
|
|
... on MLModel {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
displayName
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
...shallowLineageFields
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|