kedro-org / kedro-viz

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

Fix TRANSCODING_SEPARATOR import errors #1866

Closed ravi-kumar-pilla closed 5 months ago

ravi-kumar-pilla commented 5 months ago

Description

Resolves #1865

Development notes

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.

QA notes

Checklist