document-api-python
document-api-python copied to clipboard
Create and modify Tableau workbook and datasource files
New Connection, NamedConnection and Relation classes, added to support extraction of metadata via [tap-tableau-server](https://github.com/tailsdotcom/tap-tableau-server). From the readme: > tap-tableau-server is a Singer tap for Tableau Server, focused (currently) on extracting...
Additional Loggers are added in the latest release while creating Workbook object, below is the output which lib generates while creating an object of Workbook class. file_path=path of workbook file...
We are seeing the Documents API 0.10 change the Schema within the connection control (in Tableau Desktop, the grey connection pane and in XML, the connection layer), but we are...
if we edit and save the twbx file having only extract connections working fine. but when we edit and save twbx file having both live and extract types of connections,...
**DO NOT MERGE!** This branch is based on PR #111 and aimed at issue #114 . Since this PR is not yet merged, I've selected DEVELOPMENT as comparison, resulting in...
**As a** Tableau Server content creator, **I want** to be able to document all data sources automatically **so that** I can quickly create custom documentation for my users. **I need**...
servername, username, and dbname can all be updated via the doc api. Is there an "easy" way to also update the site so that when we are migrating from site...
If the calculated field formula contains another calculated field, the name can not be displayed correctly. It will display as "Calculation_..." instead of the calculated field name.
Fixes #112 Since this is a vastly different approach, I've created a new branch to clean up the mess and opened up a new pull request. PR #113 can consequently...
Hi. I noticed that for non sql datasource (csv in my case) there are duplicates. Workbook for repeating bug in attachment. [CheckBook_2021.2.twbx.zip](https://github.com/tableau/document-api-python/files/8237670/CheckBook_2021.2.twbx.zip)