Robert Everson
05/10/2022, 11:35 PMflyte-cli parse-proto
would work to print out the raw values of a proto, is there a way to get the proto from the flyte metastore directly? I’m trying to add an architecture feature to flytekit, and flyteidl and flyteadmin have both been updated, but the value isn’t making it from my register step all the way to the pod runtime, so I’m trying to debug where the breakdown is happening. I’ve copied the closure field from the tasks table, but the proto parsing isn’t outputting any information for me.flyte-cli parse-proto -f closure.pb -p flyteidl.core.tasks_pb2.TaskTemplate
is what I’m trying, and I just get {}
as the outputYee
Robert Everson
05/10/2022, 11:49 PM\x200….
value, I manually copy pasted from the closure field, so that may not be the right wayYee
Robert Everson
05/10/2022, 11:50 PMYee
closure
field? this one?flyteidl.admin.task_pb2.TaskClosure
instead (in your command)Robert Everson
05/10/2022, 11:52 PMYee
Robert Everson
05/10/2022, 11:53 PM4.0K task_closure.pb
Yee
Robert Everson
05/10/2022, 11:53 PM0.18.9
Yee
Robert Everson
05/10/2022, 11:56 PM