Skip to main content
Administrator Guide
Last Updated: 2026-08-07
Get Started with Workday Data Lake

Get Started with Workday Data Lake

You might need to take additional steps to enable this feature depending on your organization's subscription service agreement. For more information, see this Community article.

Overview

Workday Data Lake (or “Data Lake”) stores Workday data as Iceberg tables. External platforms connect to Data Lake’s Iceberg tables through zero-copy connectors (referred to as Workday Data Connect in partner documentation), reading data where it lives rather than exporting or replicating it in the partner platform. This ensures that your data:
  • Remains within Workday's security boundary until requested.
  • Has a single source of truth, reducing duplication and improving consistency across different platforms and applications.
Data Lake is best suited for large-scale enterprise analytics and data warehousing use cases where periodic data refresh is acceptable, serving as an alternative to traditional ETL pipelines.

Data Lake Setup in Workday

Connecting to Data Lake

After you have completed the setup in Workday, you can connect to Data Lake from these external systems:
  • Snowflake:
    Contact your Snowflake Account Executive for a connectivity guide from Snowflake to Workday Data Lake
  • Google Cloud:
    Contact your Google Cloud Account Executive for a connectivity guide from Google Cloud to Workday Data Lake. Alternatively, you can email them at biglake-help@google.com.
  • Salesforce:
    Follow the instructions for the
    Workday Data Connect
    connector available in Data 360 Connectors and Integrations.
You may need the following information to configure Data Lake in your data platform:
Information
Details
Token Endpoint
https://{HOST}/ccx/oauth2//token
Polaris Catalog URL
https://impl-catalog..myworkday.com
Polaris Catalog/Warehouse Name
workday
Principal Role
all-reads-role
Realm
{TENANT}
Private key file associated with API Client (JWT Bearer Flow)
{private-key}.pem
RSA 2048 PEM format associated with the API Client you configured in your Workday tenant

Using Workday Data Lake

After you’ve established a data connection from the external client, you can query Workday data. See Query Workday Data Lake.

Limitations

Only certain Workday business objects are available in Data Cloud. See Data Cloud Catalog.