Skip to content

Commit

Permalink
Working up the chain
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanHilt committed Jan 26, 2024
1 parent 3e3f5f9 commit c940a56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/argowrapper/engine/argo_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ def _get_archived_workflow_details_dict(self, uid: str) -> Dict:
Raises a argo_workflows.exceptions.NotFoundException if the workflow uid cannot be found
as an archived workflow
"""
# TODO delete this before committing to master
print(f"Looking for UID: {uid}")
# good to know: this one by default already includes some of the necessary fields like metadata.annotations,metadata.creationTimestamp ...and unfortunately we can't control the fields like in the call to get_workflow() above with "fields" parameter...
return self.archive_api_instance.get_archived_workflow(
uid=uid, _check_return_type=False
Expand Down

0 comments on commit c940a56

Please sign in to comment.