You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(the latter brought openmetadata-sqllineage==1.0.2). Are these packages compatible each other?
I'm asking because the import
from metadata.generated.schema.entity.services.ingestionPipelines.ingestionPipeline import (
PipelineState,
)
in metadata.ingestion.api.workflow throws error as PipelineState is not found. What is it missing?
I've also installed python -m pip install openmetadata-ingestion[all]==0.13.2.6 but still not PipelineState in that module. There is PipelineStatus and PipelineType.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I just wanted to ask you what python packages you are using and what are the compatibilities. I've installed:
(the latter brought
openmetadata-sqllineage==1.0.2
). Are these packages compatible each other?I'm asking because the import
in
metadata.ingestion.api.workflow
throws error as PipelineState is not found. What is it missing?I've also installed
python -m pip install openmetadata-ingestion[all]==0.13.2.6
but still not PipelineState in that module. There isPipelineStatus
andPipelineType
.Beta Was this translation helpful? Give feedback.
All reactions