Describe the bug
When exporting a workbook as a PDF with server-client-python. The Locale/Language of the user who generated the Personal Access Token (PAT) changes the format of the exported PDF.
We want to export our Workbook with the Locale set to German or English in the script, but are limited to the one set in the user profile. This is an issue that results in unwanted format changes in the workbook if the user changes their preferred language for the Tableau-Server UI.
Versions
Details of your environment, including:
- Tableau Server version: 2020.4.3 (20204.21.0315.1000) 64-bit Linux
- Python version: Python 3.9.4
- TSC library version: 0.15.0
To Reproduce
- Create a workbook with data in the thousands and a date displayed.
- Export the workbook as a PDF with server-client-python
- Change the language settings to one that uses a different thousands separator
- Export the PDF again
- View the different result in the PDF.
Describe the bug
When exporting a workbook as a PDF with server-client-python. The Locale/Language of the user who generated the Personal Access Token (PAT) changes the format of the exported PDF.
We want to export our Workbook with the Locale set to German or English in the script, but are limited to the one set in the user profile. This is an issue that results in unwanted format changes in the workbook if the user changes their preferred language for the Tableau-Server UI.
Versions
Details of your environment, including:
To Reproduce