From 48bab48f9f4b2603ccd6d8c3ab07ef90ffa06cf3 Mon Sep 17 00:00:00 2001 From: pbrogan12 Date: Wed, 4 Jan 2023 15:03:11 -0500 Subject: [PATCH] docs: update register help, non-fast version is supported (#1402) Signed-off-by: Patrick Brogan --- flytekit/clis/sdk_in_container/register.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flytekit/clis/sdk_in_container/register.py b/flytekit/clis/sdk_in_container/register.py index e1bf4eb5c3..2a167e9d0e 100644 --- a/flytekit/clis/sdk_in_container/register.py +++ b/flytekit/clis/sdk_in_container/register.py @@ -17,7 +17,7 @@ and the flytectl register step in one command. This is why you see switches you'd normally use with flytectl like service account here. -Note: This command runs "fast" register by default. Future work to come to add a non-fast version. +Note: This command runs "fast" register by default. This means that a zip is created from the detected root of the packages given, and uploaded. Just like with pyflyte run, tasks registered from this command will download and unzip that code package before running.