mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-22 15:32:48 +00:00
Fixed pipeline FQN bug (#7740)
* Fixed pipeline FQN * fixed messaging service Co-authored-by: Onkar Ravgan <onkarravgan@Onkars-MacBook-Pro.local>
This commit is contained in:
parent
09855fc4c1
commit
dc74089f0e
@ -152,7 +152,7 @@ class MessagingServiceSource(TopologyRunnerMixin, Source, ABC):
|
||||
self.metadata,
|
||||
entity_type=Topic,
|
||||
service_name=self.context.messaging_service.name.__root__,
|
||||
mlmodel_name=self.get_topic_name(topic_details),
|
||||
topic_name=self.get_topic_name(topic_details),
|
||||
)
|
||||
if filter_by_topic(
|
||||
self.source_config.topicFilterPattern,
|
||||
|
@ -211,7 +211,7 @@ class PipelineServiceSource(TopologyRunnerMixin, Source, ABC):
|
||||
self.metadata,
|
||||
entity_type=Pipeline,
|
||||
service_name=self.context.pipeline_service.name.__root__,
|
||||
mlmodel_name=self.get_pipeline_name(pipeline_detail),
|
||||
pipeline_name=self.get_pipeline_name(pipeline_detail),
|
||||
)
|
||||
if filter_by_pipeline(
|
||||
self.source_config.pipelineFilterPattern,
|
||||
|
Loading…
x
Reference in New Issue
Block a user