I'm downloading a view as.csv from Tableau server (2019.1.3 (20191.19.0417.1429) 64-bit Windows) onto my local computer using TableauServerClient (0.8) in a Python (3.7.1) script. My code works for the majority of visits, but for a few, I'm receiving the following error:
tableauserverclient.server.endpoint.exceptions.ServerResponseError:
400081: Bad Request
There was a problem querying the data for view 'xyz'
Has anyone else had to deal with this before? What are your opinions on this?