Hey Folks, using Flyte remote and would like to pull out some data that I see in the console. I use recent_executions, which returns a list of FlyteWorkflowExecution, but inputs property seems to be blank. Yet, in the console I see the inputs for that same execution ID. How do access those?
Great, thanks, will try it out - I saw it listed in the docs but just assumed it didn't apply to me and breezed on by.
big-book-24145
10/25/2022, 11:39 PM
@glamorous-carpet-83516 thanks for the tip, this works. Admittedly it's pretty slow, about a minute for it to return. (Yet the console has access to this information almost immediately.). Any tips to speed this up?
g
glamorous-carpet-83516
10/25/2022, 11:43 PM
Interesting. is it a large workflow that has many tasks? basically,
remote.sync
will fetch every node execution if I remember correctly, so it will take some time to fetch input/output. btw, we’re working on improving flyte remote performance and UX.