I'm using python 3.9 , tableauserverclient = v0.26 to download a datasource named "Athena datasource.tdsx"
But the downloaded file has the name "Athenadatasource.tdsx" without spaces.
Code:
server.datasources.download(ds.id, output_dir, include_extract=False)
I'm using python 3.9 , tableauserverclient = v0.26 to download a datasource named "Athena datasource.tdsx"
But the downloaded file has the name "Athenadatasource.tdsx" without spaces.
Code:
server.datasources.download(ds.id, output_dir, include_extract=False)