How do I take a dataset and publish to the Tableau Server with Python code?

CH007
Level 2
How do I take a dataset and publish to the Tableau Server with Python code?

Hi There, 

Our team is getting started with exporting our model output into Tableau. We can do this through the Hyper export Plugin. But we would like to also do this programmatically through the python code recipe. 

Goal - Publish a dataset to Tableau Server using python code and not the plugin. 

0 Kudos
2 Replies
AlexT
Dataiker

Hi @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-fro...


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

0 Kudos
amgum
Level 2

Hey! Iโ€™m trying to achieve something similar! Were you able to do this? @CH007 

0 Kudos