Hi,
I just ran a huge task that created a string so large that it flunks the flyte console..
Copy code
Request failed with status code 429 grpc: received message larger than max (5312870 vs. 4194304)
Acknowledging that i should have saved it to a flytefile rather than serialize to json; is there some way i can recover the result from flytectl.. eg outputting the Output as a .txt?
trying stuff like `flytectl get execution -p flytesnacks -d development f6bd7d0af33bf4d73982`` but cant find the right command
t
thankful-minister-83577
09/29/2023, 12:17 AM
flyteremote?
thankful-minister-83577
09/29/2023, 12:18 AM
kind of a weird message though…
thankful-minister-83577
09/29/2023, 12:18 AM
how was it uploaded to begin with if it exceeds message size?
thankful-minister-83577
09/29/2023, 12:19 AM
worst case you can get execution from the api and browse the s3 path it was uploaded to.