-
Notifications
You must be signed in to change notification settings - Fork 8
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
AIP-8718 Allow disabling default cards; Allow card render failures #309
Conversation
In general it looks good. I'm going to let Taleb decide to approve since he has experience with the repo. I like the use of try/except. EDIT: I see you had in your slack message a note that you need to add tests. |
f"Failed to get cards from Metaflow backend for pathspec {pathspec}" | ||
"Please view cards through Metaflow UI, or refer to https://docs.metaflow.org/metaflow/visualizing-results/effortless-task-inspection-with-default-cards#accessing-cards-via-an-api" | ||
) | ||
continue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we retry calling the metaflow metadata store, we should put a sleep in between retries, even a of 1s or 0.5 would make a difference.
Changes:
--add-default-cards false
.Tests:
METAFLOW_AIP_ADD_DEFAULT_CARD="false"
: https://argo-server.int.stage-k8s.zg-aip.net/argo-ui/workflows/aip-example-dev/metadataflow-ssphxCloses AIP-8718