Tableau Desktop

Tableau Desktop supports querying and visualizing both internal data and external data in CelerData Cloud Serverless.

Prerequisites

Make sure that your CelerData cloud account's inbound rules allow query requests from your Tableau server.

Integration

Create a database in Tableau:

Tableau Desktop

Take note of the following points:

  • Select Other Databases(**JDBC**) as the data source.

  • For Dialect, select MySQL.

  • For URL, enter a URL in the MySQL URI format as below:

    jdbc:mysql://<Host>:<Port>/<Catalog>.<Databases>

    The URL parameters are described as follows:

    • Host: the account endpoint of your CelerData cloud account.
    • Port: the query port of your CelerData cloud account, for example, 9030.
    • Catalog: the target catalog in your CelerData cloud account. Both internal and external catalogs are supported.
    • Database: the target database in your CelerData cloud account. Both internal and external databases are supported.
  • Configure Username and Password.

    • Username: the username that is used to log in to your CelerData cloud account, for example, admin.
    • Password: the password that is used to log in to your CelerData cloud account.