kedro-org / kedro-viz

Visualise your Kedro data and machine-learning pipelines and track your experiments.
https://demo.kedro.org
Apache License 2.0
646 stars 106 forks source link

Fix TRANSCODING_SEPARATOR import errors #1865

Closed ravi-kumar-pilla closed 2 months ago

ravi-kumar-pilla commented 2 months ago

Description

With the PR - https://github.com/kedro-org/kedro/pull/3812/files TRANSCODING_SEPARATOR has been moved from kedro/pipeline/pipeline.py to kedro/pipeline/_transcoding.py. Since kedro-viz imports these, we need to handle the import error before the latest kedro release.

Context

Steps to Reproduce

Expected Result

No import error

Actual Result

ImportError: cannot import name 'TRANSCODING_SEPARATOR' from 'kedro.pipeline.pipeline' (/home/gitpod/.local/lib/python3.9/site-packages/kedro/pipeline/pipeline.py)

-- If you received an error, place it here.
-- Separate them if you have more than one.

Your Environment

Include as many relevant details as possible about the environment you experienced the bug in:

Checklist