Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 912 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 912 Bytes

spaceflights-pandas

This is the default spaceflights-pandas kedro starter, installed with

pip install uv
uv tool install kedro
uvx kedro new -s spaceflights-pandas -n spaceflights-pandas --telemetry no
cd spaceflights-pandas
uv venv
uv pip install -e .

I've added a custom hook in spaceflights_pandas/hooks.py which simply starts mlflow and registered it in settings.py

Results

Run the defaut pipeline ith kedro run and see this surprising result :

Running with mlflow custom hook

Conclusion : the after_context_created starts running in a different thread the ones where the node run, even whe using sequential runner.