Skip to content

Commit

Permalink
fix(ui): Enable previews properly when browsing for DataJob
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchlosser16 committed Jun 25, 2022
1 parent 4c9554e commit c334f67
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 c334f67

Please sign in to comment.