server-client-python
server-client-python copied to clipboard
Type 2: Add database_name to ConnectionItem properties
Description
When creating a datasource through the Tableau Cloud UI, if you specify the connnector to be an Azure SQL Database you are allowed to specify the database name:
That database property is not available anywhere in tableauserverclient that I can find (unless it can be specified in the server_address, but haven't had any success with that so far). This is important for us since we are trying to create automation to deploy our data sources from our development website to our Production website, with our respective servers / databases updated in the process.