2021-05-11 17:55:45 -07:00
|
|
|
fragment globalTagsFields on GlobalTags {
|
|
|
|
tags {
|
|
|
|
tag {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-18 07:49:42 +05:30
|
|
|
fragment glossaryTerms on GlossaryTerms {
|
|
|
|
terms {
|
|
|
|
term {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-21 12:06:31 -07:00
|
|
|
fragment ownershipFields on Ownership {
|
|
|
|
owners {
|
|
|
|
owner {
|
2021-05-11 17:55:45 -07:00
|
|
|
... on CorpUser {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
2021-05-11 17:55:45 -07:00
|
|
|
|
|
|
|
... on CorpGroup {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
email
|
|
|
|
admins {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
teams
|
|
|
|
skills
|
|
|
|
}
|
|
|
|
}
|
|
|
|
members {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
info {
|
|
|
|
active
|
|
|
|
displayName
|
|
|
|
title
|
|
|
|
email
|
|
|
|
firstName
|
|
|
|
lastName
|
|
|
|
fullName
|
|
|
|
}
|
|
|
|
editableInfo {
|
|
|
|
pictureLink
|
|
|
|
teams
|
|
|
|
skills
|
|
|
|
}
|
|
|
|
}
|
|
|
|
groups
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
type
|
|
|
|
}
|
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonRecursiveDatasetFields on Dataset {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
type
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
uri
|
|
|
|
platform {
|
|
|
|
name
|
|
|
|
info {
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
tags
|
|
|
|
properties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
institutionalMemory {
|
|
|
|
elements {
|
|
|
|
url
|
2021-06-03 23:40:03 +05:30
|
|
|
author {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
description
|
|
|
|
created {
|
|
|
|
actor
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
schema {
|
|
|
|
datasetUrn
|
|
|
|
name
|
|
|
|
platformUrn
|
|
|
|
version
|
|
|
|
hash
|
|
|
|
platformSchema {
|
|
|
|
... on TableSchema {
|
|
|
|
schema
|
|
|
|
}
|
|
|
|
... on KeyValueSchema {
|
|
|
|
keySchema
|
|
|
|
valueSchema
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fields {
|
|
|
|
fieldPath
|
|
|
|
jsonPath
|
|
|
|
nullable
|
|
|
|
description
|
|
|
|
type
|
|
|
|
nativeDataType
|
|
|
|
recursive
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-05-18 07:49:42 +05:30
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
primaryKeys
|
|
|
|
}
|
|
|
|
editableSchemaMetadata {
|
|
|
|
editableSchemaFieldInfo {
|
|
|
|
fieldPath
|
|
|
|
description
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
deprecation {
|
|
|
|
actor
|
|
|
|
deprecated
|
|
|
|
note
|
|
|
|
decommissionTime
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-05-18 07:49:42 +05:30
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonRecursiveDataFlowFields on DataFlow {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
project
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-05-26 09:58:43 +08:00
|
|
|
fragment nonRecursiveDataJobFields on DataJob {
|
|
|
|
urn
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-04-23 00:18:39 -07:00
|
|
|
fragment dataJobFields on DataJob {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
dataFlow {
|
|
|
|
...nonRecursiveDataFlowFields
|
|
|
|
}
|
|
|
|
jobId
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
inputOutput {
|
|
|
|
inputDatasets {
|
2021-04-21 12:06:31 -07:00
|
|
|
...nonRecursiveDatasetFields
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
outputDatasets {
|
|
|
|
...nonRecursiveDatasetFields
|
|
|
|
}
|
2021-05-26 09:58:43 +08:00
|
|
|
inputDatajobs {
|
|
|
|
...nonRecursiveDataJobFields
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
}
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
|
2021-04-23 00:18:39 -07:00
|
|
|
fragment dashboardFields on Dashboard {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
charts {
|
|
|
|
urn
|
|
|
|
tool
|
|
|
|
type
|
|
|
|
info {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
inputs {
|
|
|
|
urn
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
}
|
2021-04-27 20:26:09 +02:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
|
|
|
access
|
|
|
|
lastRefreshed
|
2021-04-21 12:06:31 -07:00
|
|
|
created {
|
|
|
|
time
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
lastModified {
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
}
|