fix(ui): Enable previews properly when browsing for DataJob (#5250)

This commit is contained in:
Michael A. Schlosser 2022-06-27 11:42:51 -05:00 committed by GitHub
parent 60ff0f45ee
commit d0d88a4428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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