getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
49 stars 21 forks source link

Fixed kedro-mlflow>=0.8 compatibility #187

Closed szczeles closed 1 year ago

szczeles commented 1 year ago

Description

The node that the plugin adds with mlflow enabled (kedro kubeflow mlflow-start [run_id]) still operates on kedro-mlflow 0.7.6 API, even if 0.11 is mentioned as the requirement. This PR fixes the issue and gets experiment id from the new attribute. It's private, but well, we have to live with this ;-)

PR Checklist