Skip to content

Commit

Permalink
Make FlyteRemote slightly more copy/pastable (#1830)
Browse files Browse the repository at this point in the history
Signed-off-by: Katrina Rogan <katroganGH@gmail.com>
Signed-off-by: Jeev B <jeevb@users.noreply.github.com>
  • Loading branch information
katrogan authored and jeevb committed Sep 20, 2023
1 parent e98517b commit 68f423d
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 68f423d

Please sign in to comment.