hallowed-soccer-94479
10/14/2024, 5:43 PM@catch
decorator with Argo Workflows, it seems like the generated manifest is missing the serviceAccountName
property on the error-msg-capture-hook
this happens using Metaflow version 2.12.23. Without the serviceAccountName property this step is not able to download the workflow artifacts from GCP. I have attached a snippet of the generated manifest. Is this behavior expected?ancient-application-36103
10/14/2024, 5:45 PMhallowed-soccer-94479
10/14/2024, 5:58 PM@catch
decorator?ancient-application-36103
10/14/2024, 6:56 PMcatch
decorator. if you are using the newest version of metaflow, by default error-msg-capture-hook
isn't enabledhallowed-soccer-94479
10/14/2024, 7:05 PM--enable-error-msg-capture / --no-enable-error-msg-capture
Capture stack trace of first failed task in
exit hook. [default: True]
hallowed-soccer-94479
10/14/2024, 7:06 PM--no-enable-error-msg-capture
solves my issueancient-application-36103
10/14/2024, 7:06 PM--no-enable-error-msg-capture
while we fix this issuehallowed-soccer-94479
10/14/2024, 7:07 PM