![]() |
VOOZH | about |
With CData Drivers for Workday, you can use data access standards to unlock connectivity to business intelligence tools like Tableau. The CData JDBC Driver for Workday allows you to connect from Tableau on Windows and macOS. This article covers how to discover schemas and query Workday data data in real-time.
NOTE: If you are using Tableau 2020.3 or higher, you can use the CData Tableau Connector. If you wish to connect to Workday data in Tableau Cloud, you will need to use CData Connect AI.
CData provides the easiest way to access and integrate live data from Workday. Customers use CData connectivity to:
Users frequently integrate Workday with analytics tools such as Tableau, Power BI, and Excel, and leverage our tools to replicate Workday data to databases or data warehouses. Access is secured at the user level, based on the authenticated user's identity and role.
For more information on configuring Workday to work with CData, refer to our Knowledge Base articles: Comprehensive Workday Connectivity through Workday WQL and Reports-as-a-Service & Workday + CData: Connection & Integration Best Practices.
Before starting Tableau, make sure you've placed the .jar file in the correct folder:
Once your .jar file is in place, establishing a connection is straightforward.
To connect to Workday, users need to find the Tenant and BaseURL and then select their API type.
To obtain the BaseURL and Tenant properties, log into Workday and search for "View API Clients." On this screen, you'll find the Workday REST API Endpoint, a URL that includes both the BaseURL and Tenant.
The format of the REST API Endpoint is: https://domain.com/subdirectories/mycompany, where:
The value you use for the ConnectionType property determines which Workday API you use. See our Community Article for more information on Workday connectivity options and best practices.
| API | ConnectionType Value |
|---|---|
| WQL | WQL |
| Reports as a Service | Reports |
| REST | REST |
| SOAP | SOAP |
Your method of authentication depends on which API you are using.
See the Help documentation for more information on configuring OAuth with Workday.
For assistance in constructing the JDBC URL, use the connection string designer built into the Workday JDBC Driver. Either double-click the .jar file or execute the .jar file from the command-line.
From Windows:
java -jar 'C:\Program Files\CData[product_name]\lib\cdata.jdbc.workday.jar'
From MacOS:
java -jar cdata.jdbc.workday.jar
Fill in the connection properties and copy the connection string to the clipboard.
๐ Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)When you configure the JDBC URL, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
The following is a sample URL created in the designer:
jdbc:workday:User=myuser;Password=mypassword;Tenant=mycompany_gm1;BaseURL=https://wd3-impl-services1.workday.com;ConnectionType=WQL;InitiateOAuth=GETANDREFRESH;
Using the CData JDBC Driver for Workday with Tableau, you can easily create robust visualizations and reports on Workday data. Download a free, 30-day trial and get started today.
Download a free trial of the Workday Driver to get started:
Download NowLearn more:
๐ Workday IconRapidly create and deploy powerful Java applications that integrate with Workday.