Derek Yu
05/17/2023, 5:24 AMSamhita Alla
pyflyte register
, here's the CLI reference: https://docs.flyte.org/projects/flytekit/en/latest/pyflyte.html#pyflyte-register.Derek Yu
05/18/2023, 12:27 PMflytctl register
I believe. Can you elaborate on how the raw output data prefix works and how that might help with migrating flyte to use a new bucket?Samhita Alla
Derek Yu
05/19/2023, 7:05 AMSamhita Alla
Bernhard Stadlbauer
05/23/2023, 4:26 AMSamhita Alla
Bernhard Stadlbauer
05/23/2023, 5:45 AMDerek Yu
06/16/2023, 3:55 PMRequest failed with status code 500 Unable to read WorkflowClosure from location <gs://old_bucket/metadata/admin/project/development/flyte.project.x.foo_workflow/asdf> : path:<gs://old_bucket/metadata/admin/project/development/flyte.project.x.foo_workflow/asdf>: Conf container:new_bucket != Passed Container:old_bucket. Dynamic loading is disabled: not found
It looks like it's trying to access data from the old bucket still. (The old bucket still exists). What's interesting is that last line:
Conf container:new_bucket != Passed Container:old_bucket. Dynamic loading is disabled: not found
Thanks for your help!Samhita Alla
Derek Yu
06/19/2023, 2:01 PM