How do I take a dataset and publish to the Tableau Server with Python code?
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,400 DataikerHi @CH007
,
You can create an export to folder recipe and run this from a scenario or create this recipe programmatically.
See one example here :
https://community.dataiku.com/t5/Using-Dataiku/How-to-create-recipe-using-create-recipe-function-from-Dataiku/m-p/18053/highlight/true
If purely in Python recipe without leveraging the plugin then you can have a look at the plugin code for reference: https://github.com/dataiku/dss-plugin-tableau-hyper
Thanks -
Hey! I’m trying to achieve something similar! Were you able to do this? @CH007