Tableau sync

Synchronise Tableau users and groups from Tableau Server or Tableau Online with WriteBackExtreme. Users and Groups which are created in WriteBackExtreme will not impacted. Users and Groups will be synced and automatically deleted if they are no longer present on your Tableau Server.

Tableau Server connection

When using Tableau server we required the full URL of the Server as opposed to the site required for Tableau online. When changing this configuration will reset the connection information form. Enter the URL of your Tableau Server and below the Tableau API version.

Tableau Token name and secret: Make sure you are using a PAT from a Tableau Server administrator account. To find more about how to get tokens visit: https://help.tableau.com/current/server/en-us/security_personal_access_tokens.htm

Personal Access Tokens will expire if they are not utilized for 15 consecutive days. If they are regularly used more frequently than every 15 days, an access token will expire after 1 year, and need to be replaced with a newly created one.

Test connection and connect

Once all details have been added you can then test the connection, hit the test button then connect to the site you wish to sync, then hit apply, then save. You have now successfully connected.

Sync Users and Groups

Now you’ve connected to your desired environment, sync the users and groups from your environment to WriteBackExtreme. You will see the list of the groups from your Tableau environment for you to choose the group(s) you wish to import.

Schedule sync

You can use the command codes here to fully automate the synchronization of users and groups between Tableau and WriteBackExtreme. You can execute these commands on your server using Cron or Windows Task Scheduler.

Groups and users will not be deleted, only updated and/or created.

The command can be different per operating system. In general one of the commands will suffice. Sometimes it is necessary to add the full path to the php or php.exe (on Windows) executable.

Read this documentation for an example of how to set a schedule for Windows or Linux: here

Full command for the "Add arguments (optional)" field:

artisan wbe:tableau-sync

Example action for Windows:

Last updated