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.
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 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-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