https://flyte.org logo
#ask-the-community
Title
# ask-the-community
n

Nan Qin

03/16/2023, 6:21 PM
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

Kevin Su

03/16/2023, 6:23 PM
Which version of flytekit you are using?
n

Nan Qin

03/16/2023, 6:25 PM
"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

Kevin Su

03/16/2023, 6:36 PM
you have to unarchive the workflow manually
n

Nan Qin

03/16/2023, 6:36 PM
yes
k

Kevin Su

03/16/2023, 6:36 PM
for now, we can’t archive specific version of workflow
3 Views