hallowed-rain-91612
03/20/2023, 11:01 PMpyflyte
vs flytectl
question; is it possible to package and register from a flyte-package.tgz
as two separate steps, all within pyflyte
? Or is it necessary to pass the flyte-package.tgz
file to flytectl after packaging in pyflyte
?high-accountant-32689
03/20/2023, 11:54 PMhallowed-rain-91612
03/21/2023, 5:13 PMflyte_package.tgz
) and register on a separate machine all within the python sdk.high-accountant-32689
03/22/2023, 12:13 AMpyflyte
command equivalent for flytectl register files
. Any special reason for not installing flytectl
? We have a deprecated command in a separate cli called flyte-cli
that we've marked for deprecation (but haven't removed yet) that has a command called register-files
that does what you want (you'll need the protobuf files, not the compressed file).
That could be ported over to pyflyte
very easily. Can you open a github issue? Maybe contribute to it. :)