Hi!
I've been developing an algorithm which pulls in multiple external datasets-- as I was testing, I ran into the following error:
MethodCalledTooManyTimes: 0033 fetch_csv may only be invoked 5 times
Would it be possible to allow an arbitrary number of fetcher calls? The workaround would be to externally compile this data then pull it all at once, but I'd rather stick with the fetch_csv method to limit the potential points of failure in my pipeline.
Thanks!