Hello,
I have an issue to publish my results to Tableau dashboard.
My workflow completes to run around 2 hours. Tableau has 40 minutes timeout value that we can't modify it. When Alteryx runs the workflow, it open a Tableau session which it finishes to run and at the very end it tries to write to Tableau that the session already invalidated. I couldn't fins a solution how to fix it.
The only fix I can imagine is to convert the workflow to a chained application which first would save the results to a database, and then to connect to the database and publish as Tableau data source. Because I use append method on Tableau, and I can drop the database every time I have new data.
Any body have any other suggestion?