Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
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.
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