<#2238 [Core feature] Add support for fast registr...
# flytekit
a
#2238 [Core feature] Add support for fast registration in FlyteRemote Issue created by cosmicBboy Motivation: Why do you think this is important? Currently,
FlyteRemote
lacks the capability of fast-registering tasks/workflows. This would improve the UX of FlyteRemote for users who want to use it instead of
flytectl
to fast-register tasks/workflows directly with the Python SDK. Goal: What should the final outcome look like, ideally? Expose a
fast: bool
argument in the FlyteRemote.register method that turns on fast registration. This would also require some configuration on the user's part to tell flyte where the zip file of code is and where to download it at runtime. Describe alternatives you've considered Keep using
flytectl
to fast register. Propose: Link/Inline OR Additional context Wait on flyteorg/flytekit#857 to be merged, as it eases the configuration experience. Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte