Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (17.6k points)

Need to download an image from the tableau server using python script. Tableau Rest API doesn't provide any option to do so. I like to know what is proper way of downloading high resolution/full-size image from tableau server using python or any other server scripting language.

closed

1 Answer

0 votes
by (47.2k points)
selected by
 
Best answer
  • In order to resolve this issue, the simple approach is an HTTP GET request from Python to your Tableau Server and append a format string to the URL such as ".png" or ".pdf".

  • There are few size options you can experiment with as well -- press the Share button to see the syntax.

  • Filter settings can also be passed in the URL as query parameters

Related questions

0 votes
1 answer
asked Dec 16, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Dec 3, 2020 in BI by Chris (11.1k points)
0 votes
1 answer
asked Aug 23, 2021 in BI by dev_sk2311 (45k points)
0 votes
1 answer
asked Nov 21, 2019 in BI by Sammy (47.6k points)

Browse Categories

...