Python: kedro viz SQLAlchemy DeprecationWarning
I tried to work with kedro and started with the spaceflight tutorial.
I installed the src/requirements.txt in a .venv.
When running kedro viz (or kedro run or even kedro --version), I get lets of Deprecation Warnings.
One of which is the following (relating to kedro viz)
kedro_viz\models\experiment_tracking.py
16 MovedIn20Warning: [31mDeprecated API features warnings.py:109 detected! These feature(s) are not compatible with SQLAlchemy 2.0. [32mTo prevent...