<https://docs.flyte.org/projects/cookbook/en/lates...
# ask-the-community
s
k
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.
s
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.
156 Views