Netflix / metaflow

:rocket: Build and manage real-life ML, AI, and data science projects with ease!
https://metaflow.org
Apache License 2.0
7.8k stars 738 forks source link

[Ready for Review] add attempt_ok flag so that UI will not show up unknown node #1830

Closed darinyu closed 1 month ago

darinyu commented 1 month ago

This attempt_ok attribute is not used within metaflow runtime but is needed for UI to correctly display the status of a node. For example, in metaflow-service repo here, if attempt_ok is not set, then the status become unknown.

For example, like this: metaflow-unknown