diff --git a/datahub-web-react/src/graphql/browse.graphql b/datahub-web-react/src/graphql/browse.graphql index 0b3a259e23cc65..ade935efa0dc92 100644 --- a/datahub-web-react/src/graphql/browse.graphql +++ b/datahub-web-react/src/graphql/browse.graphql @@ -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