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 {
|
2022-01-27 00:07:56 +01:00
|
|
|
displayName
|
2021-05-11 17:55:45 -07:00
|
|
|
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
|
|
|
|
uri
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
properties {
|
2021-11-08 16:24:50 -08:00
|
|
|
description
|
2021-09-22 17:30:15 -07:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-10-06 07:13:38 -07:00
|
|
|
externalUrl
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
2021-06-17 06:48:27 +08:00
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-07-09 23:46:38 +08:00
|
|
|
schemaMetadata(version: 0) {
|
|
|
|
...schemaMetadataFields
|
|
|
|
}
|
|
|
|
previousSchemaMetadata: schemaMetadata(version: -1) {
|
|
|
|
...schemaMetadataFields
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
editableSchemaMetadata {
|
|
|
|
editableSchemaFieldInfo {
|
|
|
|
fieldPath
|
|
|
|
description
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
deprecation {
|
|
|
|
actor
|
|
|
|
deprecated
|
|
|
|
note
|
|
|
|
decommissionTime
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-05-18 07:49:42 +05:30
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2021-10-06 23:39:52 -07:00
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonRecursiveDataFlowFields on DataFlow {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
orchestrator
|
|
|
|
flowId
|
|
|
|
cluster
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-04-21 12:06:31 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
project
|
2021-04-23 00:18:39 -07:00
|
|
|
externalUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
2021-06-17 06:48:27 +08:00
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
|
2021-05-26 09:58:43 +08:00
|
|
|
fragment nonRecursiveDataJobFields on DataJob {
|
|
|
|
urn
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-05-26 09:58:43 +08:00
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-05-26 09:58:43 +08:00
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-04-23 00:18:39 -07:00
|
|
|
name
|
|
|
|
description
|
|
|
|
externalUrl
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
}
|
2021-06-17 06:48:27 +08:00
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
2021-04-23 00:18:39 -07:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
2021-09-28 10:30:37 -07:00
|
|
|
institutionalMemory {
|
|
|
|
elements {
|
|
|
|
url
|
|
|
|
author {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
}
|
|
|
|
label
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
actor
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
|
|
|
|
2021-04-23 00:18:39 -07:00
|
|
|
fragment dashboardFields on Dashboard {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
tool
|
|
|
|
dashboardId
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
2021-04-23 00:18:39 -07:00
|
|
|
name
|
|
|
|
description
|
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
|
|
|
}
|
2021-09-28 10:30:37 -07:00
|
|
|
institutionalMemory {
|
|
|
|
elements {
|
|
|
|
url
|
|
|
|
author {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
}
|
|
|
|
label
|
|
|
|
created {
|
|
|
|
time
|
|
|
|
actor
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2021-04-21 12:06:31 -07:00
|
|
|
}
|
2021-07-09 23:46:38 +08:00
|
|
|
|
2021-07-21 02:42:21 +08:00
|
|
|
fragment nonRecursiveMLFeature on MLFeature {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
featureNamespace
|
|
|
|
description
|
|
|
|
dataType
|
|
|
|
featureProperties {
|
|
|
|
description
|
|
|
|
dataType
|
|
|
|
version {
|
|
|
|
versionTag
|
|
|
|
}
|
|
|
|
sources {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
type
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
uri
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-07-21 02:42:21 +08:00
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
institutionalMemory {
|
|
|
|
elements {
|
|
|
|
url
|
|
|
|
author {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
}
|
|
|
|
description
|
|
|
|
created {
|
|
|
|
actor
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonRecursiveMLPrimaryKey on MLPrimaryKey {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
featureNamespace
|
|
|
|
description
|
|
|
|
dataType
|
|
|
|
primaryKeyProperties {
|
|
|
|
description
|
|
|
|
dataType
|
|
|
|
version {
|
|
|
|
versionTag
|
|
|
|
}
|
|
|
|
sources {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
type
|
|
|
|
origin
|
|
|
|
description
|
|
|
|
uri
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-07-21 02:42:21 +08:00
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
institutionalMemory {
|
|
|
|
elements {
|
|
|
|
url
|
|
|
|
author {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
}
|
|
|
|
description
|
|
|
|
created {
|
|
|
|
actor
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonRecursiveMLFeatureTable on MLFeatureTable {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-07-21 02:42:21 +08:00
|
|
|
}
|
|
|
|
description
|
|
|
|
featureTableProperties {
|
|
|
|
description
|
|
|
|
mlFeatures {
|
|
|
|
...nonRecursiveMLFeature
|
|
|
|
}
|
|
|
|
mlPrimaryKeys {
|
|
|
|
...nonRecursiveMLPrimaryKey
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
institutionalMemory {
|
|
|
|
elements {
|
|
|
|
url
|
|
|
|
author {
|
|
|
|
urn
|
|
|
|
username
|
|
|
|
}
|
|
|
|
description
|
|
|
|
created {
|
|
|
|
actor
|
|
|
|
time
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-09 23:46:38 +08:00
|
|
|
fragment schemaMetadataFields on SchemaMetadata {
|
|
|
|
aspectVersion
|
|
|
|
createdAt
|
|
|
|
datasetUrn
|
|
|
|
name
|
|
|
|
platformUrn
|
|
|
|
version
|
|
|
|
cluster
|
|
|
|
hash
|
|
|
|
platformSchema {
|
|
|
|
... on TableSchema {
|
|
|
|
schema
|
|
|
|
}
|
|
|
|
... on KeyValueSchema {
|
|
|
|
keySchema
|
|
|
|
valueSchema
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fields {
|
|
|
|
fieldPath
|
|
|
|
jsonPath
|
|
|
|
nullable
|
|
|
|
description
|
|
|
|
type
|
|
|
|
nativeDataType
|
|
|
|
recursive
|
2021-10-08 11:53:01 -07:00
|
|
|
isPartOfKey
|
2021-07-09 23:46:38 +08:00
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
}
|
|
|
|
primaryKeys
|
2021-09-28 22:47:00 -07:00
|
|
|
foreignKeys {
|
|
|
|
name
|
|
|
|
sourceFields {
|
|
|
|
fieldPath
|
|
|
|
}
|
|
|
|
foreignFields {
|
|
|
|
fieldPath
|
|
|
|
}
|
|
|
|
foreignDataset {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
type
|
|
|
|
origin
|
|
|
|
uri
|
2021-11-08 16:24:50 -08:00
|
|
|
properties {
|
|
|
|
description
|
|
|
|
}
|
2021-09-28 22:47:00 -07:00
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-09-28 22:47:00 -07:00
|
|
|
}
|
|
|
|
platformNativeType
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-07-09 23:46:38 +08:00
|
|
|
}
|
2021-07-28 20:39:05 -07:00
|
|
|
|
|
|
|
fragment nonRecursiveMLModel on MLModel {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-07-28 20:39:05 -07:00
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
properties {
|
|
|
|
description
|
|
|
|
date
|
|
|
|
version
|
|
|
|
type
|
|
|
|
trainingMetrics {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
value
|
|
|
|
}
|
|
|
|
hyperParams {
|
|
|
|
name
|
|
|
|
description
|
|
|
|
value
|
|
|
|
}
|
|
|
|
mlFeatures
|
|
|
|
groups {
|
|
|
|
urn
|
|
|
|
name
|
|
|
|
description
|
|
|
|
}
|
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
|
|
|
}
|
|
|
|
globalTags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonRecursiveMLModelGroupFields on MLModelGroup {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
description
|
|
|
|
origin
|
|
|
|
platform {
|
2022-01-25 21:03:31 -06:00
|
|
|
...platformFields
|
2021-07-28 20:39:05 -07:00
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
}
|
2022-01-25 21:03:31 -06:00
|
|
|
|
|
|
|
fragment platformFields on DataPlatform {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
properties {
|
|
|
|
type
|
|
|
|
displayName
|
|
|
|
datasetNameDelimiter
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
displayName
|
|
|
|
info {
|
|
|
|
type
|
|
|
|
displayName
|
|
|
|
datasetNameDelimiter
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
fragment nonConflictingPlatformFields on DataPlatform {
|
|
|
|
urn
|
|
|
|
type
|
|
|
|
name
|
|
|
|
properties {
|
|
|
|
displayName
|
|
|
|
datasetNameDelimiter
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
displayName
|
|
|
|
info {
|
|
|
|
type
|
|
|
|
displayName
|
|
|
|
datasetNameDelimiter
|
|
|
|
logoUrl
|
|
|
|
}
|
|
|
|
}
|
2022-01-27 22:02:41 -08:00
|
|
|
|
|
|
|
fragment entityDomain on Domain {
|
|
|
|
urn
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
}
|
|
|
|
}
|