FAQ

Does Apps for Tableau look at any of my data?

No, MailScheduler is a on-premises solution without the need of any internet connection. Our SaaS solutions are hosted in an isolated Azure environment only accessible for a by you approved group of engineers.

Can MailScheduler run in docker / kubernetes?

Yes MailScheduler can run in a container. The configuration for this is next-level since it needs to be configured manually without the one-click installer. Reach out to our support channel for the possibilities.

Can I change the API version of the Tableau Rest API that MailScheduler uses?

Yes, you can change the version of the Tableau Rest API that MailScheduler uses. The default is 3.15. You can set a variable in the config.yaml in the installation folder.

tableau_api_version: 3.23

Ensure you put it in the correct place in the file and leave the indentation intact. The 'env:' is already there; place it just below that as follows:

env:
  tableau_api_version: 3.23

Last updated