crooked-artist-67935
01/29/2023, 12:16 AM-d staging are still being registered to the development domain. I feel like I'm missing something basic. This workflow has been running in development. I'm thinking maybe that workflows/launchplans can't be re-registered in a new domain?
CMD: /usr/bin/pyflyte register -p flytetester -d staging -i <image> atomwise/examples/flyte/
Some output:
Running pyflyte register from /app/atomwise/examples/flyte/canonicalize_smiles_py_image.binary.runfiles/__main__ with images ImageConfig(default_image=Image(name='default', fqn='<account>/flyte_canonicalize_smiles', tag='<tag>'), images=[Image(name='default', fqn='<account>/flyte_canonicalize_smiles', tag='<tag>')]) and image destination folder staging on 1 package(s) ('/app/atomwise/examples/flyte/canonicalize_smiles_py_image.binary.runfiles/__main__/atomwise/exmples/flyte',)agreeable-kitchen-44189
01/29/2023, 10:17 AMflytekit are you on? You should be able to print this using python -c "import flytekit;print(flytekit.__version__)"
In case your version is <1.3.0, would you mind trying --domain instead of -d? I think -d was overloaded before with --destination-dir (changelog)crooked-artist-67935
01/29/2023, 5:54 PMdevelopment/ because I was seeing errors where that directory was missing. Turns out I was just setting the --destination-dir flag hahaagreeable-kitchen-44189
01/29/2023, 5:54 PM