.editorconfig
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/dev.yml
.github/workflows/release.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/01_introduction/01_introduction.md
docs/source/01_introduction/02_motivation.md
docs/source/01_introduction/03_installation.md
docs/source/01_introduction/index.rst
docs/source/02_hello_world_example/01_example_project.md
docs/source/02_hello_world_example/02_first_steps.md
docs/source/02_hello_world_example/index.rst
docs/source/03_tutorial/01_overview.md
docs/source/03_tutorial/02_setup.md
docs/source/03_tutorial/03_configuration.md
docs/source/03_tutorial/04_version_parameters.md
docs/source/03_tutorial/05_version_datasets.md
docs/source/03_tutorial/06_version_models.md
docs/source/03_tutorial/07_version_metrics.md
docs/source/03_tutorial/08_mlflow_ui.md
docs/source/03_tutorial/09_pipeline_packaging.md
docs/source/03_tutorial/index.rst
docs/source/04_advanced_use/01_run_with_mlproject.md
docs/source/05_python_objects/01_DataSets.md
docs/source/05_python_objects/02_Hooks.md
docs/source/05_python_objects/03_Pipelines.md
docs/source/05_python_objects/04_CLI.md
docs/source/05_python_objects/05_Configuration.md
docs/source/05_python_objects/index.rst
docs/source/imgs/default_catalog.png
docs/source/imgs/hook_registration_process.png
docs/source/imgs/initialized_project.png
docs/source/imgs/kedro_viz_params.png
docs/source/imgs/mlflow_host_page.png
docs/source/imgs/mlflow_run.png
docs/source/imgs/mlflow_tracking_schema.png
docs/source/imgs/mlflow_yml.png
docs/source/imgs/once_run_project.png
docs/source/imgs/run_with_artifact.png
docs/source/imgs/updated_catalog.png
kedro_mlflow/__init__.py
kedro_mlflow/utils.py
kedro_mlflow.egg-info/PKG-INFO
kedro_mlflow.egg-info/SOURCES.txt
kedro_mlflow.egg-info/dependency_links.txt
kedro_mlflow.egg-info/entry_points.txt
kedro_mlflow.egg-info/not-zip-safe
kedro_mlflow.egg-info/requires.txt
kedro_mlflow.egg-info/top_level.txt
kedro_mlflow/framework/__init__.py
kedro_mlflow/framework/cli/__init__.py
kedro_mlflow/framework/cli/cli.py
kedro_mlflow/framework/cli/cli_utils.py
kedro_mlflow/framework/context/__init__.py
kedro_mlflow/framework/context/config.py
kedro_mlflow/framework/context/mlflow_context.py
kedro_mlflow/framework/hooks/__init__.py
kedro_mlflow/framework/hooks/node_hook.py
kedro_mlflow/framework/hooks/pipeline_hook.py
kedro_mlflow/io/__init__.py
kedro_mlflow/io/mlflow_dataset.py
kedro_mlflow/mlflow/__init__.py
kedro_mlflow/mlflow/kedro_pipeline_model.py
kedro_mlflow/pipeline/__init__.py
kedro_mlflow/pipeline/modular_pipeline_ml.py
kedro_mlflow/pipeline/pipeline_ml.py
kedro_mlflow/template/examples/.gitkeep
kedro_mlflow/template/project/mlflow.yml
kedro_mlflow/template/project/run.py
requirements/docs_requirements.txt
requirements/requirements.txt
requirements/test_requirements.txt
tests/__init__.py
tests/conftest.py
tests/framework/__init__.py
tests/framework/cli/__init__.py
tests/framework/cli/test_cli.py
tests/framework/cli/test_cli_utils.py
tests/framework/context/__init__.py
tests/framework/context/test_config.py
tests/framework/context/test_mlflow_context.py
tests/framework/hooks/__init__.py
tests/framework/hooks/test_node_hook.py
tests/framework/hooks/test_pipeline_hook.py
tests/io/__init__.py
tests/io/test_mlflow_dataset.py
tests/mlflow/__init__.py
tests/mlflow/test_kedro_pipeline_model.py
tests/pipeline/__init__.py
tests/pipeline/test_pipeline_ml.py
tests/template/__init__.py
tests/template/project/__init__.py
tests/template/project/test_mlflow_yml.py
tests/template/project/test_template_pyfiles.py