Skip to content

Commit

Permalink
Correct doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw committed Sep 27, 2024
1 parent 0f8e8cc commit a9fa5b8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions metaflow/plugins/aip/aip_metaflow_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ def _write_card_artifacts(
run_id: str,
):
"""
Add card artifacts to step outputs. This function depends on Metaflow backend.
Cards are still available to view through Metaflow UI or Metaflow CLI even if this function fails.
Therefore, all exceptions are caught and logged, instead of raised.
Pull card artifacts from datastore and add them to the Argo artifact output path.
Cards should already be uploaded to the datastore as part of the @card decorator.
No exception is thrown: cards are available to view through Metaflow UI or CLI even if this function fails.
"""

task_id_template: str = f"{task_id}.{passed_in_split_indexes}".strip(".")
Expand Down

0 comments on commit a9fa5b8

Please sign in to comment.