mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-22 08:08:01 +00:00
fix(ui): Enable previews properly when browsing for DataJob (#5250)
This commit is contained in:
parent
60ff0f45ee
commit
d0d88a4428
@ -152,6 +152,33 @@ query getBrowseResults($input: BrowseInput!) {
|
|||||||
...entityDomain
|
...entityDomain
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
... on DataJob {
|
||||||
|
urn
|
||||||
|
type
|
||||||
|
dataFlow {
|
||||||
|
...nonRecursiveDataFlowFields
|
||||||
|
}
|
||||||
|
jobId
|
||||||
|
ownership {
|
||||||
|
...ownershipFields
|
||||||
|
}
|
||||||
|
properties {
|
||||||
|
name
|
||||||
|
description
|
||||||
|
}
|
||||||
|
globalTags {
|
||||||
|
...globalTagsFields
|
||||||
|
}
|
||||||
|
glossaryTerms {
|
||||||
|
...glossaryTerms
|
||||||
|
}
|
||||||
|
editableProperties {
|
||||||
|
description
|
||||||
|
}
|
||||||
|
domain {
|
||||||
|
...entityDomain
|
||||||
|
}
|
||||||
|
}
|
||||||
... on MLFeatureTable {
|
... on MLFeatureTable {
|
||||||
urn
|
urn
|
||||||
type
|
type
|
||||||
|
Loading…
x
Reference in New Issue
Block a user