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

Invalid status in Mlflow during pipeline execution #135

Open
szczeles opened this issue Apr 1, 2022 · 0 comments
Open

Invalid status in Mlflow during pipeline execution #135

szczeles opened this issue Apr 1, 2022 · 0 comments

Comments

@szczeles
Copy link
Contributor

szczeles commented Apr 1, 2022

When the pipeline is executed, every node finishing sets the status in Mlflow to "SUCEEDED". Therefore, the status in Mlflow doesn't reflect status of last pipeline, only the status of the last executed node.

One of the solutions would be to disable the hook that sets the status and set it after kedro TaskGroup finishes, based on it's status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant