'Creating & publishing datasource in Tableau directly from Redshift
Is it possible to create & publish redshift table directly to Tableau server as a datasource using python? It'll be basically select * from table
.
I looked up on Hyper API but wasn't sure what's the best way to do it.
Scenario: For example, I've got a Redshift database with 2 tables (Tbl1 & Tbl2). When a new table (Tbl3) shows up in Redshift database, I'd like to create & publish this table directly to Tableau Server automatically using some API. This data source will be (select * from tbl3) and the datasource name will be tbl3.
Any guidance will be much appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|