Skip to content

Commit

Permalink
Make FlyteRemote slightly more copy/pastable
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <[email protected]>
  • Loading branch information
katrogan committed Sep 12, 2023
1 parent 1ac6830 commit 50ec814
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 50ec814

Please sign in to comment.