Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Make FlyteRemote slightly more copy/pastable (flyteorg#1830)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Future Outlier <[email protected]>
  • Loading branch information
katrogan authored and Future Outlier committed Oct 3, 2023
1 parent 5077299 commit f3368c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/remote/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
FlyteRemote(private_key=your_private_key_bytes, root_certificates=..., certificate_chain=...)
# fetch a workflow from the flyte backend
remote = FlyteRemote(...)
flyte_workflow = remote.fetch_workflow(name="my_workflow", version="v1")
# execute the workflow, wait=True will return the execution object after it's completed
Expand Down

0 comments on commit f3368c9

Please sign in to comment.