Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin only compatible with kedro-mlflow<0.8.0 #102

Open
mwiewior opened this issue Feb 4, 2022 · 1 comment
Open

Plugin only compatible with kedro-mlflow<0.8.0 #102

mwiewior opened this issue Feb 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@mwiewior
Copy link

mwiewior commented Feb 4, 2022

def is_mlflow_enabled() -> bool:
    try:
        import mlflow  # NOQA
        from kedro_mlflow.framework.context import get_mlflow_config  # NOQA
        return True
    except ImportError:
        return False

alway throws exception since context package has been moved or refactored

@mwiewior mwiewior added the bug Something isn't working label Feb 4, 2022
@sfczekalski
Copy link

sfczekalski commented Feb 10, 2022

Hi, I just wanted to add that due to this bug, the mlflow-start-run step doesn't get added to the Kubeflow pipeline, so the pipeline isn't executed under one MLflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants