Hi @Andy Dyer! Are you running into an error with a large parameter? What are you trying to do?
a
Andy Dyer
04/23/2021, 4:25 PM
Just trying to get a sense before i send a bunch of failed requests.
We have a job that takes in about 100 or so length’d list of dicts that have two ~32 str length key value pairs.
Just wondering if there is an arbitrary cut off so I can smartly chunk if i wanted to do 1000s at a time.
k
Kevin Kho
04/23/2021, 4:28 PM
I don’t think there is a maximum but if it doesn’t work, you could store it somewhere then pass the location as a parameter?
I am double checking so I may get back to you. My concern is how this will render in the UI
z
Zanie
04/23/2021, 4:46 PM
Parameters are sent through Prefect so there's definitely some sort of limit although I'm not sure where it would be applied without some digging.