to serialize the pb.
My question is, what changes will pick up by this command? Is it the changes which is included within
{wf_info.package}
or
{wf_info.package}
+ all the its dependencies?
t
tall-lock-23197
02/12/2024, 4:28 PM
you can use this command before registering and fast-registering, which essentially means flytekit takes into account your dependencies when registering instead of fast registering.
h
helpful-van-10149
02/12/2024, 4:58 PM
Thanks for the reply! Can I ask what do you mean by "instead of fast registering"?
helpful-van-10149
02/12/2024, 4:59 PM
Will fast registering act differently when it comes to serializing pb?
t
tall-lock-23197
02/12/2024, 5:11 PM
yes. fast registration leads to "no container build deploys" of flyte workflows.