Skip to content

Commit

Permalink
fix(ui): Enable previews properly when browsing for DataJob (#5250)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchlosser16 committed Jun 27, 2022
1 parent 60ff0f4 commit d0d88a4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions datahub-web-react/src/graphql/browse.graphql
Expand Up @@ -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
Expand Down

0 comments on commit d0d88a4

Please sign in to comment.