diff --git a/flytekit/remote/__init__.py b/flytekit/remote/__init__.py index 4d6f172586..dd92a813f2 100644 --- a/flytekit/remote/__init__.py +++ b/flytekit/remote/__init__.py @@ -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