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 {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
2021-04-09 11:55:25 -07:00
|
|
|
downstreamLineage {
|
|
|
|
downstreams {
|
|
|
|
type
|
|
|
|
dataset {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
upstreamLineage {
|
|
|
|
upstreams {
|
|
|
|
type
|
|
|
|
dataset {
|
|
|
|
urn
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-03-18 11:52:14 -07:00
|
|
|
}
|
|
|
|
url
|
|
|
|
type
|
|
|
|
access
|
|
|
|
lastRefreshed
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
query {
|
|
|
|
rawQuery
|
|
|
|
type
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
tags {
|
|
|
|
tag {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
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 {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
url
|
|
|
|
type
|
|
|
|
access
|
|
|
|
lastRefreshed
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
query {
|
|
|
|
rawQuery
|
|
|
|
type
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
owners {
|
|
|
|
owner {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
2021-03-07 11:26:47 -08:00
|
|
|
globalTags {
|
|
|
|
tags {
|
|
|
|
tag {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-02-18 12:33:17 -08:00
|
|
|
}
|
|
|
|
}
|