Skip to content

Commit

Permalink
add parent containers to auto complete fields and search results for …
Browse files Browse the repository at this point in the history
…dataflow and datajob
  • Loading branch information
sgomezvillamor committed Jan 9, 2025
1 parent 836732a commit 8cfbcfc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions datahub-web-react/src/graphql/search.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ fragment autoCompleteFields on Entity {
dataPlatformInstance {
...dataPlatformInstanceFields
}
parentContainers {
...parentContainersFields
}
}
... on DataJob {
dataFlow {
Expand All @@ -146,6 +149,9 @@ fragment autoCompleteFields on Entity {
dataPlatformInstance {
...dataPlatformInstanceFields
}
parentContainers {
...parentContainersFields
}
}
... on GlossaryTerm {
name
Expand Down Expand Up @@ -626,6 +632,9 @@ fragment searchResultsWithoutSchemaField on Entity {
dataPlatformInstance {
...dataPlatformInstanceFields
}
parentContainers {
...parentContainersFields
}
domain {
...entityDomain
}
Expand Down Expand Up @@ -677,6 +686,9 @@ fragment searchResultsWithoutSchemaField on Entity {
dataPlatformInstance {
...dataPlatformInstanceFields
}
parentContainers {
...parentContainersFields
}
subTypes {
typeNames
}
Expand Down

0 comments on commit 8cfbcfc

Please sign in to comment.