I was able to run `pyflyte register` and got the f...
# ask-the-community
n
I was able to run
pyflyte register
and got the following output. But there is nothing registered from the console. Any idea?
Copy code
Successfully serialized 12 flyte objects
[✔] Registration experiment.flyte.workflows.example.train_base_model type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.example.train_cloak1 type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.example.train_cloak2 type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.example.score type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.example.sgf_training_wf type WORKFLOW successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.example.sgf_training_wf type LAUNCH_PLAN successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.workflow.train_base_model type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.workflow.train_cloak1 type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.workflow.train_cloak2 type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.workflow.test type TASK successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.workflow.baby_training_wf type WORKFLOW successful with version 895hlD5tQnf8V_eJ_G4Dkg==
[✔] Registration experiment.flyte.workflows.workflow.baby_training_wf type LAUNCH_PLAN successful with version 895hlD5tQnf8V_eJ_G4Dkg==
Successfully registered 12 entities
k
Which version of flytekit you are using?
n
"App": "flytectl", "Build": "29da288", "Version": "0.6.34", "BuildTime": "2023-03-16 132452.225686498 -0500 CDT m=+0.042740029"
ahh, the workflow was archived before registering the new version.
register a new version does not bring it back from archive
k
you have to unarchive the workflow manually
n
yes
k
for now, we can’t archive specific version of workflow
152 Views