Skip to content

Commit

Permalink
Doc updates based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogp authored Nov 21, 2024
1 parent f8b7f39 commit 5316b14
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/integrations/enterprise-connectors/source-workday.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Airbyte Enterprise Connectors are a selection of premium connectors available ex
:::

Airbyte's [Workday](https://workday.com) enterprise source connector currently offers the following features:

* Incremental as well as Full Refresh [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes). Note that incremental syncs are only supported for specific streams.
* Reliable replication at any size with [checkpointing](https://docs.airbyte.com/understanding-airbyte/airbyte-protocol/#state--checkpointing).
* Support for both REST API and Workday Report-as-a-Service (RaaS) streams. Each provided Report ID can be used as a separate stream with an auto-detected schema. Note that a separate Source must be created to use RaaS streams in addition to REST API streams
* Support for both REST API and Workday Report-as-a-Service (RaaS) streams. Each provided Report ID can be used as a separate stream with an auto-detected schema. Note that a separate Source must be created to use RaaS streams in addition to REST API streams.

## Features

Expand All @@ -20,19 +21,21 @@ Airbyte's [Workday](https://workday.com) enterprise source connector currently o
| Namespaces | No |

## Prerequisites

* Workday tenant - The Organization ID for your Workday environment. This can be found by logging into your Workday account and going to My Account > Organization ID
* Workday hostname - The endpoint for connecting into your Workday environment. This can be found by logging into your Workday instance and searching “Public Web Service” in the search bar and selecting the appropriate report. Use the ellipse (...) button to select **Web Service > View WSDL**

* For REST API streams:
* Access token - An OAuth 2.0 access token for API client integrations. More information and instructions can be found in the Workday community documentation for your environment about creating and registering a Workday API Client. When registering the API Client for Airbyte, you can use https://cloud.airbyte.com/auth_flow for the Redirection URI field if you are using Airbyte Teams. If you are using Self-Managed Enterprise, you can replace cloud.airbyte.com with the URL of your Airbyte deployment.
* Access token - An OAuth 2.0 access token for API client integrations. More information and instructions can be found in the Workday community documentation for your environment about creating and registering a Workday API Client. If you are using Airbyte Teams, when registering the API Client for Airbyte you can use https://cloud.airbyte.com/auth_flow for the Redirection URI field . If you are using Self-Managed Enterprise, you can use the URL of your Airbyte deployment instead.

* For Report-as-a-Service (RaaS) streams:
* Workday username and password - A user account that has the necessary permissions to access the reports you want to sync.
* Report IDs - Each report in Workday has a unique Report ID
* Workday username and password - A user account that has the necessary permissions to access the reports you want to sync.
* Report IDs - Each report in Workday has a unique Report ID.

## Setup Guide

### For REST API streams

1. Log into your Airbyte Cloud account.
2. Click Sources and then click **+ New source**.
3. On the Set up the source page, select Workday.
Expand All @@ -47,6 +50,7 @@ Airbyte's [Workday](https://workday.com) enterprise source connector currently o


### For RaaS streams

1. Log into your Airbyte Cloud account.
2. Click Sources and then click **+ New source**.
3. On the Set up the source page, select Workday
Expand Down Expand Up @@ -94,4 +98,3 @@ The connector is still incubating, this section only exists to satisfy Airbyte's
- 0.1.0

</details>
4.

0 comments on commit 5316b14

Please sign in to comment.