## What <!-- * Describe what the change is solving. Link all GitHub issues related to this change. --> This pull request updates plan names across most of the Documentation so they're consistent with our current plan names. ## How <!-- * Describe how code changes achieve the solution. --> My original plan was to convert free text to MDX variables so we only had to make future updates to names in one place. While broadly successful, there were numerous edge cases that made rolling this out almost impossible. There were too many ways and places you couldn't use variables due to a variety of limitations in Docusaurus and Airbyte's internal MarkDown processor. Explaining how to properly use them made me realize how prohibitively insufficient this was. In the end, I opted to return to using free text for plan names. Scope is now broadly reduced. This PR: - Converts remaining instances of old plan names to new plan names. In most cases, I replaced old plan names with new plan names directly. In some cases, sentences were rewritten to make a bit more sense or be more maintainable in the future. - Removes previously added preprocessor variables from Docusaurus configuration. - Update Vale styles or various artifacts of content based on linter findings. ## Review guide <!-- 1. `x.py` 2. `y.py` --> Spot check updated pages to ensure plan names appear appropriately. It's probably not necessary to check every single instance in detail. For Platform docs, changes only apply to the Next/Cloud version. After merging, I'll regenerate 2.0 docs based on this. 1.8 and before won't be updated. ## User Impact <!-- * What is the end result perceived by the user? * If there are negative side effects, please list them. --> People can see correct plan names in docs content. ## Can this PR be safely reverted and rolled back? <!-- * If unsure, leave it blank. --> - [x] YES 💚 - [ ] NO ❌ --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2.5 KiB
2.5 KiB
dockerRepository, enterprise-connector
| dockerRepository | enterprise-connector |
|---|---|
| airbyte/source-workday | true |
Source Workday
Airbyte's Workday enterprise source connector currently offers the following features:
- Full Refresh sync modes. Note that incremental syncs are only supported for specific streams.
- Reliable replication at any size with checkpointing.
- Support for Workday Report-as-a-Service (RaaS) streams. Each provided Report ID can be used as a separate stream with an auto-detected schema.
Features
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | No |
| Replicate Incremental Deletes | No |
| SSL connection | Yes |
| 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
- 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
- Log into your Airbyte Cloud account.
- Click Sources and then click + New source.
- On the Set up the source page, select Workday
- Enter a name for the Workday connector.
- Enter the Tenant and Hostname for your Workday environment.
- Enter the username and password of the Workday account that can access your desired reports.
- Enter the Report IDs for the reports you want to sync with this connector.
- Click Set up source.
Supported sync modes
The Workday source connector supports the following sync modes:
- Full Refresh
Supported streams
The Workday connector supports dynamic streams based on report ids provided in the source set up.
Changelog
Expand to review
- 1.0.0
- 0.2.1
- 0.2.0
- 0.1.0