2021-02-18 12:33:17 -08:00
|
|
|
query getChart($urn: String!) {
|
|
|
|
chart(urn: $urn) {
|
2021-03-18 11:52:14 -07:00
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
inputs {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
tags
|
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
2021-04-09 11:55:25 -07:00
|
|
|
downstreamLineage {
|
2021-04-23 00:18:39 -07:00
|
|
|
...downstreamRelationshipFields
|
2021-04-09 11:55:25 -07:00
|
|
|
}
|
|
|
|
upstreamLineage {
|
2021-04-23 00:18:39 -07:00
|
|
|
...upstreamRelationshipFields
|
2021-04-09 11:55:25 -07:00
|
|
|
}
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
2021-03-18 11:52:14 -07:00
|
|
|
type
|
|
|
|
access
|
|
|
|
lastRefreshed
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
|
|
|
query {
|
|
|
|
rawQuery
|
|
|
|
type
|
|
|
|
}
|
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
|
|
|
globalTags {
|
2021-04-21 12:06:31 -07:00
|
|
|
...globalTagsFields
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
downstreamLineage {
|
|
|
|
...downstreamRelationshipFields
|
|
|
|
}
|
|
|
|
upstreamLineage {
|
|
|
|
...upstreamRelationshipFields
|
|
|
|
}
|
2021-06-17 06:48:27 +08:00
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mutation updateChart($input: ChartUpdateInput!) {
|
|
|
|
updateChart(input: $input) {
|
2021-02-18 12:33:17 -08:00
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
chartId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
inputs {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
origin
|
|
|
|
description
|
2021-02-23 12:45:42 -08:00
|
|
|
platform {
|
|
|
|
name
|
2021-03-04 23:16:13 -08:00
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
2021-02-23 12:45:42 -08:00
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
platformNativeType
|
|
|
|
tags
|
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
downstreamLineage {
|
|
|
|
...downstreamRelationshipFields
|
|
|
|
}
|
|
|
|
upstreamLineage {
|
|
|
|
...upstreamRelationshipFields
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
2021-02-18 12:33:17 -08:00
|
|
|
type
|
|
|
|
access
|
|
|
|
lastRefreshed
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
|
|
|
query {
|
|
|
|
rawQuery
|
|
|
|
type
|
|
|
|
}
|
2021-06-17 06:48:27 +08:00
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
ownership {
|
2021-04-21 12:06:31 -07:00
|
|
|
...ownershipFields
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
2021-03-07 11:26:47 -08:00
|
|
|
globalTags {
|
2021-04-21 12:06:31 -07:00
|
|
|
...globalTagsFields
|
2021-03-07 11:26:47 -08:00
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
downstreamLineage {
|
|
|
|
...downstreamRelationshipFields
|
|
|
|
}
|
|
|
|
upstreamLineage {
|
|
|
|
...upstreamRelationshipFields
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
|
|
|
}
|