duneanalytics / dune-client

A framework for interacting with Dune Analytics' officially supported API service
Apache License 2.0
85 stars 22 forks source link

[Bug] Intermitant failure of upload_csv route #85

Open bh2smith opened 1 year ago

bh2smith commented 1 year ago

More specifically, there seems to be an reliability issue with upload_csv endpoint. It sporadically fails in CI with {'error': 'An internal error occured'}.

The only thing I can think of at the moment is that CI calls the method from both python 3.8 and 3.11 simultaneously causing some sort of Lock error.

TODO lift skipped test from #84