ssabdb opened a new issue, #1419: URL: https://github.com/apache/hamilton/issues/1419
# Current behavior The mlflow plugin doesn't log the graph outcome, which leads to mlflow UI appearing to report a run was a success. https://github.com/apache/hamilton/blob/45feeafe5b3a3f81f029e893144bd1bf32c79325/hamilton/plugins/h_mlflow.py#L332 ## Stack Traces (If applicable) ## Screenshots <img width="1053" height="760" alt="Image" src="https://github.com/user-attachments/assets/f33fbf30-fea2-4fd2-bff5-68115d5d7f82" /> ## Steps to replicate behavior 1. Use hamilton mlflow integration 2. Create and run dag with exception 3. Observe logged run_id displays as ## Library & System Information python3.11 mlflow==3.5.1 sf-hamilton[pandera,tqdm]>=1.88.0 # Expected behavior Mlflow should display the run has failed rather than succeeded. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
