<https://docs.flyte.org/projects/cookbook/en/lates...
# flyte-support
g
g
Not exactly. you can use fast register, which will upload workflow code to s3, and download to the local disk inside the pod when running, more detail, check this doc.
t
Adding to Kevin’s answer: Not if you use
pyflyte register
command: https://docs.flyte.org/projects/flytekit/en/latest/design/clis.html#what-is-pyflyte-register because it does fast registration. If you’re using
pyflyte package
, then yes. You can, however, use fast registration for
pyflyte package
if there are only code changes after you’ve registered the code once.
👍 1
156 Views