2022-02-02 13:51:39 -08:00
|
|
|
query getContainer($urn: String!) {
|
|
|
|
container(urn: $urn) {
|
|
|
|
urn
|
2023-01-27 17:36:01 -05:00
|
|
|
exists
|
2022-08-11 20:27:16 -04:00
|
|
|
lastIngested
|
2022-02-02 13:51:39 -08:00
|
|
|
platform {
|
|
|
|
...platformFields
|
|
|
|
}
|
|
|
|
properties {
|
|
|
|
name
|
|
|
|
description
|
2022-03-08 09:33:55 -08:00
|
|
|
customProperties {
|
|
|
|
key
|
|
|
|
value
|
|
|
|
}
|
2022-02-02 13:51:39 -08:00
|
|
|
}
|
|
|
|
editableProperties {
|
|
|
|
description
|
|
|
|
}
|
|
|
|
ownership {
|
|
|
|
...ownershipFields
|
|
|
|
}
|
|
|
|
tags {
|
|
|
|
...globalTagsFields
|
|
|
|
}
|
|
|
|
institutionalMemory {
|
|
|
|
...institutionalMemoryFields
|
|
|
|
}
|
|
|
|
glossaryTerms {
|
|
|
|
...glossaryTerms
|
|
|
|
}
|
|
|
|
subTypes {
|
|
|
|
typeNames
|
|
|
|
}
|
2022-11-02 09:33:02 -07:00
|
|
|
entities(input: { start: 0, count: 1 }) {
|
|
|
|
total
|
2022-02-02 13:51:39 -08:00
|
|
|
}
|
|
|
|
container {
|
|
|
|
...entityContainer
|
|
|
|
}
|
2022-05-13 00:17:19 -04:00
|
|
|
parentContainers {
|
|
|
|
...parentContainersFields
|
|
|
|
}
|
2022-02-16 15:01:22 -08:00
|
|
|
domain {
|
|
|
|
...entityDomain
|
|
|
|
}
|
2022-04-07 19:17:24 -07:00
|
|
|
deprecation {
|
|
|
|
...deprecationFields
|
|
|
|
}
|
2022-05-09 17:28:50 -04:00
|
|
|
dataPlatformInstance {
|
|
|
|
...dataPlatformInstanceFields
|
|
|
|
}
|
2022-09-27 22:26:33 -07:00
|
|
|
status {
|
|
|
|
removed
|
|
|
|
}
|
2022-02-02 13:51:39 -08:00
|
|
|
}
|
|
|
|
}
|