Hey Folks, using Flyte remote and would like to pu...
# ask-the-community
t
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?
k
t
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.
@Kevin Su 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?
k
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.
154 Views