-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Labels
Description
Describe the bug
It appears to me that the publish datasource method utilizes a connectionCredentials subelement, and not a connections element.
The way I see it, we could solve this by one of two routes:
- Combine the connections and connection_credentials inside the function call to a single object that gets passed to the publish request factory.
- Make connection credentials accept a sequence, and surface an error to TSC users when they provide both.
Versions
Details of your environment, including:
- Tableau Server version (or note if using Tableau Online) N/A
- Python version 3.8.10
- TSC library version 0.19.0