diff --git a/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx index 7e4db6ccbb6..0a16b845358 100644 --- a/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/components/EntityInfoDrawer/EntityInfoDrawer.component.tsx @@ -107,7 +107,7 @@ const EntityInfoDrawer = ({ } case EntityType.PIPELINE: { setIsLoading(true); - getPipelineByFqn(selectedNode.name, ['tags', 'owner', 'service']) + getPipelineByFqn(selectedNode.name, ['tags', 'owner']) .then((res: AxiosResponse) => { getServiceById('pipelineServices', res.data.service?.id) .then((serviceRes: AxiosResponse) => {