When trying to publish a choropleth map using dw.publish_chart() I was getting a timeout error, despite my API key having full permissions. I forked the repo, changed the timeout to 30 seconds, pip install'd the fork and re-ran the code and it worked.
I'm suggesting you update the timeout to 30 seconds to allow for larger datasets/more complicated charts.
Update Post timeout
When trying to publish a choropleth map using
dw.publish_chart()
I was getting a timeout error, despite my API key having full permissions. I forked the repo, changed the timeout to 30 seconds, pip install'd the fork and re-ran the code and it worked.I'm suggesting you update the timeout to 30 seconds to allow for larger datasets/more complicated charts.