Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove job flag to prevent multiple mlflow runs (#82)
## 📥 Pull Request Description This pull request fixes a bug, which created two experiment runs out of one dagster pipeline run. This is a bug, caused by the dagster itegration of MLFlow. The implementation in niceML was correct. When the bug of this package is fixed in the future, niceML may has to be updated as well. With this fix, niceML, dagster and MLFlow work and only one MLFlow experiment run is created per dagster pipeline run. ## 👀 Affected Areas Dagster Pipeline MLFlow integration ## 📝 Checklist Please make sure you've completed the following tasks before submitting this pull request: - [x] Pre-commit hooks were executed - [x] Changes have been reviewed by at least one other developer - [ ] Tests have been added or updated to cover the changes (only necessary if the changes affect the executable code) - [x] All tests ran successfully - [x] All merge conflicts are resolved - [ ] Documentation has been updated to reflect the changes - [ ] Any necessary migrations have been run
- Loading branch information