mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-27 11:29:59 +00:00
400 lines
7.7 KiB
GraphQL
400 lines
7.7 KiB
GraphQL
![]() |
fragment downloadSearchResults on Entity {
|
||
|
urn
|
||
|
type
|
||
|
... on Dataset {
|
||
|
name
|
||
|
origin
|
||
|
uri
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
editableProperties {
|
||
|
description
|
||
|
}
|
||
|
platformNativeType
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
qualifiedName
|
||
|
customProperties {
|
||
|
key
|
||
|
value
|
||
|
}
|
||
|
externalUrl
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
globalTags {
|
||
|
...globalTagsFields
|
||
|
}
|
||
|
glossaryTerms {
|
||
|
...glossaryTerms
|
||
|
}
|
||
|
subTypes {
|
||
|
typeNames
|
||
|
}
|
||
|
domain {
|
||
|
...entityDomain
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
}
|
||
|
... on CorpUser {
|
||
|
username
|
||
|
properties {
|
||
|
active
|
||
|
displayName
|
||
|
title
|
||
|
firstName
|
||
|
lastName
|
||
|
fullName
|
||
|
email
|
||
|
}
|
||
|
info {
|
||
|
active
|
||
|
displayName
|
||
|
title
|
||
|
firstName
|
||
|
lastName
|
||
|
fullName
|
||
|
email
|
||
|
}
|
||
|
editableProperties {
|
||
|
displayName
|
||
|
title
|
||
|
pictureLink
|
||
|
}
|
||
|
}
|
||
|
... on CorpGroup {
|
||
|
name
|
||
|
info {
|
||
|
displayName
|
||
|
description
|
||
|
}
|
||
|
}
|
||
|
... on Dashboard {
|
||
|
dashboardId
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
externalUrl
|
||
|
access
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
globalTags {
|
||
|
...globalTagsFields
|
||
|
}
|
||
|
glossaryTerms {
|
||
|
...glossaryTerms
|
||
|
}
|
||
|
editableProperties {
|
||
|
description
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
domain {
|
||
|
...entityDomain
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
subTypes {
|
||
|
typeNames
|
||
|
}
|
||
|
}
|
||
|
... on Chart {
|
||
|
chartId
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
externalUrl
|
||
|
type
|
||
|
access
|
||
|
lastModified {
|
||
|
time
|
||
|
}
|
||
|
created {
|
||
|
time
|
||
|
}
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
globalTags {
|
||
|
...globalTagsFields
|
||
|
}
|
||
|
glossaryTerms {
|
||
|
...glossaryTerms
|
||
|
}
|
||
|
editableProperties {
|
||
|
description
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
domain {
|
||
|
...entityDomain
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
}
|
||
|
... on DataFlow {
|
||
|
flowId
|
||
|
cluster
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
project
|
||
|
externalUrl
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
globalTags {
|
||
|
...globalTagsFields
|
||
|
}
|
||
|
glossaryTerms {
|
||
|
...glossaryTerms
|
||
|
}
|
||
|
editableProperties {
|
||
|
description
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
domain {
|
||
|
...entityDomain
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
}
|
||
|
... on DataJob {
|
||
|
dataFlow {
|
||
|
...nonRecursiveDataFlowFields
|
||
|
}
|
||
|
jobId
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
externalUrl
|
||
|
}
|
||
|
globalTags {
|
||
|
...globalTagsFields
|
||
|
}
|
||
|
glossaryTerms {
|
||
|
...glossaryTerms
|
||
|
}
|
||
|
editableProperties {
|
||
|
description
|
||
|
}
|
||
|
domain {
|
||
|
...entityDomain
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
}
|
||
|
... on GlossaryTerm {
|
||
|
name
|
||
|
hierarchicalName
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
termSource
|
||
|
sourceRef
|
||
|
sourceUrl
|
||
|
rawSchema
|
||
|
customProperties {
|
||
|
key
|
||
|
value
|
||
|
}
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
parentNodes {
|
||
|
...parentNodesFields
|
||
|
}
|
||
|
domain {
|
||
|
...entityDomain
|
||
|
}
|
||
|
}
|
||
|
... on GlossaryNode {
|
||
|
...glossaryNode
|
||
|
parentNodes {
|
||
|
...parentNodesFields
|
||
|
}
|
||
|
}
|
||
|
... on Domain {
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
}
|
||
|
... on Container {
|
||
|
properties {
|
||
|
name
|
||
|
description
|
||
|
externalUrl
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
editableProperties {
|
||
|
description
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
tags {
|
||
|
...globalTagsFields
|
||
|
}
|
||
|
glossaryTerms {
|
||
|
...glossaryTerms
|
||
|
}
|
||
|
subTypes {
|
||
|
typeNames
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
}
|
||
|
... on MLFeatureTable {
|
||
|
name
|
||
|
description
|
||
|
featureTableProperties {
|
||
|
description
|
||
|
mlFeatures {
|
||
|
urn
|
||
|
}
|
||
|
mlPrimaryKeys {
|
||
|
urn
|
||
|
}
|
||
|
}
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
}
|
||
|
... on MLFeature {
|
||
|
...nonRecursiveMLFeature
|
||
|
}
|
||
|
... on MLPrimaryKey {
|
||
|
...nonRecursiveMLPrimaryKey
|
||
|
}
|
||
|
... on MLModel {
|
||
|
name
|
||
|
description
|
||
|
origin
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
}
|
||
|
... on MLModelGroup {
|
||
|
name
|
||
|
origin
|
||
|
description
|
||
|
ownership {
|
||
|
...ownershipFields
|
||
|
}
|
||
|
platform {
|
||
|
...platformFields
|
||
|
}
|
||
|
deprecation {
|
||
|
...deprecationFields
|
||
|
}
|
||
|
dataPlatformInstance {
|
||
|
...dataPlatformInstanceFields
|
||
|
}
|
||
|
}
|
||
|
... on Tag {
|
||
|
name
|
||
|
properties {
|
||
|
name
|
||
|
}
|
||
|
description
|
||
|
}
|
||
|
... on DataPlatform {
|
||
|
...nonConflictingPlatformFields
|
||
|
}
|
||
|
}
|
||
|
|
||
|
fragment downloadScrollResult on ScrollResults {
|
||
|
nextScrollId
|
||
|
count
|
||
|
total
|
||
|
searchResults {
|
||
|
entity {
|
||
|
...downloadSearchResults
|
||
|
}
|
||
|
matchedFields {
|
||
|
name
|
||
|
value
|
||
|
}
|
||
|
insights {
|
||
|
text
|
||
|
icon
|
||
|
}
|
||
|
}
|
||
|
facets {
|
||
|
...facetFields
|
||
|
}
|
||
|
}
|
||
|
|
||
|
query getDownloadScrollResults($input: ScrollAcrossEntitiesInput!) {
|
||
|
scrollAcrossEntities(input: $input) {
|
||
|
...downloadScrollResult
|
||
|
}
|
||
|
}
|