2021-10-22 15:46:46 -07:00
|
|
|
fragment relationshipFields on Entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
... on DataJob {
|
|
|
|
...dataJobFields
|
|
|
|
...dataJobRelationshipsLeaf
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
2021-10-28 17:38:16 -07:00
|
|
|
... on DataFlow {
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-10-28 17:38:16 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
project
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-28 17:38:16 -07:00
|
|
|
}
|
2021-10-22 15:46:46 -07:00
|
|
|
... on Dashboard {
|
|
|
|
...dashboardRelationshipsLeaf
|
|
|
|
...dashboardFields
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on Chart {
|
|
|
|
tool
|
|
|
|
chartId
|
2022-02-25 00:51:57 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-10-22 15:46:46 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-10-22 15:46:46 -07:00
|
|
|
...chartRelationshipsLeaf
|
|
|
|
}
|
|
|
|
... on Dataset {
|
|
|
|
name
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
|
|
|
description
|
|
|
|
}
|
2021-10-22 15:46:46 -07:00
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-10-22 15:46:46 -07:00
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2021-10-27 17:33:34 -07:00
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
2021-10-22 15:46:46 -07:00
|
|
|
...datasetRelationshipsLeaf
|
|
|
|
}
|
|
|
|
... on MLModelGroup {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-10-22 15:46:46 -07:00
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
... on MLModel {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-10-22 15:46:46 -07:00
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
...mlModelRelationshipsLeaf
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment fullRelationshipResults on EntityRelationshipsResult {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
relationships {
|
|
|
|
type
|
|
|
|
direction
|
|
|
|
entity {
|
|
|
|
...relationshipFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment leafRelationshipResults on EntityRelationshipsResult {
|
|
|
|
start
|
|
|
|
count
|
|
|
|
total
|
|
|
|
relationships {
|
|
|
|
type
|
|
|
|
direction
|
|
|
|
entity {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment dataJobRelationshipsLeaf on DataJob {
|
|
|
|
incoming: relationships(
|
|
|
|
input: { types: ["DownstreamOf", "Consumes", "Produces"], direction: INCOMING, start: 0, count: 100 }
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
outgoing: relationships(
|
|
|
|
input: { types: ["DownstreamOf", "Consumes", "Produces"], direction: OUTGOING, start: 0, count: 100 }
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment datasetRelationshipsLeaf on Dataset {
|
|
|
|
incoming: relationships(
|
|
|
|
input: { types: ["DownstreamOf", "Consumes", "Produces"], direction: INCOMING, start: 0, count: 100 }
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
outgoing: relationships(
|
|
|
|
input: { types: ["DownstreamOf", "Consumes", "Produces"], direction: OUTGOING, start: 0, count: 100 }
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment chartRelationshipsLeaf on Chart {
|
|
|
|
inputs: relationships(input: { types: ["Consumes"], direction: OUTGOING, start: 0, count: 100 }) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
dashboards: relationships(input: { types: ["Contains"], direction: INCOMING, start: 0, count: 100 }) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment dashboardRelationshipsLeaf on Dashboard {
|
|
|
|
charts: relationships(input: { types: ["Contains"], direction: OUTGOING, start: 0, count: 100 }) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment mlModelRelationshipsLeaf on MLModel {
|
|
|
|
incoming: relationships(
|
|
|
|
input: {
|
|
|
|
types: ["DownstreamOf", "Consumes", "Produces", "TrainedBy", "MemberOf"]
|
|
|
|
direction: INCOMING
|
|
|
|
start: 0
|
|
|
|
count: 100
|
|
|
|
}
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
outgoing: relationships(
|
|
|
|
input: {
|
|
|
|
types: ["DownstreamOf", "Consumes", "Produces", "TrainedBy", "MemberOf"]
|
|
|
|
direction: OUTGOING
|
|
|
|
start: 0
|
|
|
|
count: 100
|
|
|
|
}
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment mlModelGroupRelationshipsLeaf on MLModelGroup {
|
|
|
|
incoming: relationships(
|
|
|
|
input: {
|
|
|
|
types: ["DownstreamOf", "Consumes", "Produces", "TrainedBy", "MemberOf"]
|
|
|
|
direction: INCOMING
|
|
|
|
start: 0
|
|
|
|
count: 100
|
|
|
|
}
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
outgoing: relationships(
|
|
|
|
input: {
|
|
|
|
types: ["DownstreamOf", "Consumes", "Produces", "TrainedBy", "MemberOf"]
|
|
|
|
direction: OUTGOING
|
|
|
|
start: 0
|
|
|
|
count: 100
|
|
|
|
}
|
|
|
|
) {
|
|
|
|
...leafRelationshipResults
|
|
|
|
}
|
|
|
|
}
|