mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-21 23:58:06 +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
|
||||
}
|
||||
}
|
||||
... on DataJob {
|
||||
urn
|
||||
type
|
||||
dataFlow {
|
||||
...nonRecursiveDataFlowFields
|
||||
}
|
||||
jobId
|
||||
ownership {
|
||||
...ownershipFields
|
||||
}
|
||||
properties {
|
||||
name
|
||||
description
|
||||
}
|
||||
globalTags {
|
||||
...globalTagsFields
|
||||
}
|
||||
glossaryTerms {
|
||||
...glossaryTerms
|
||||
}
|
||||
editableProperties {
|
||||
description
|
||||
}
|
||||
domain {
|
||||
...entityDomain
|
||||
}
|
||||
}
|
||||
... on MLFeatureTable {
|
||||
urn
|
||||
type
|
||||
|
Loading…
x
Reference in New Issue
Block a user