docs/integrations/sources/zuora.md
:::warning
The Zuora source connector is scheduled for deprecation on March 5th, 2024 due to incompatibility with upcoming platform updates as we prepare to launch Airbyte 1.0. This means it will no longer be supported or available for use in Airbyte.
This connector does not support new per-stream features which are vital for ensuring data integrity in Airbyte's synchronization processes. Without these capabilities, we cannot enforce our standards of reliability and correctness for data syncing operations.
Users who still wish to sync data from this connector are advised to explore creating a custom connector as an alternative to continue their data synchronization needs. For guidance, please visit our Custom Connector documentation.
:::
The Zuora source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
Airbyte uses REST API to fetch data from Zuora. The REST API accepts ZOQL (Zuora Object Query Language), a SQL-like language, to export the data.
This Source is capable of syncing:
The discovering of Zuora Account objects schema may take a while, if you add the connection for the first time, and/or you need to refresh your list of available streams. Please take your time to wait and don't cancel this operation, usually it takes up to 5-10 min, depending on number of objects available in Zuora Account.
Some of the Zuora Objects may not be available for sync due to limitations of Zuora Supscription Plan, Permissions. For details refer to the Availability of Data Source Objects section in the Zuora documentation.
| Integration Type | Airbyte Type | Notes |
|---|---|---|
decimal(22,9) | number | float number |
decimal | number | float number |
float | number | float number |
double | number | float number |
integer | number | |
int | number | |
bigint | number | |
smallint | number | |
timestamp | number | number representation of the unix timestamp |
date | string | |
datetime | string | |
timestamp with time zone | string | |
picklist | string | |
text | string | |
varchar | string | |
zoql | object | |
binary | object | |
json | object | |
xml | object | |
blob | object | |
list | array | |
array | array | |
boolean | boolean | |
bool | boolean |
Any other data type not listed in the table above will be treated as string.
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Overwrite Sync | Yes | |
| Full Refresh Append Sync | Yes | |
| Incremental - Append Sync | Yes | |
| Incremental - Append + Deduplication Sync | Yes | |
| Namespaces | No |
| Environment | Supported?(Yes/No) | Notes |
|---|---|---|
| Production | Yes | Select from exising options while setup |
| Sandbox | Yes | Select from exising options while setup |
| Option | Supported?(Yes/No) | Notes |
|---|---|---|
| LIVE | Yes | Run data queries against Zuora live transactional databases |
| UNLIMITED | Yes | Run data queries against an optimized, replicated database at 12 hours freshness for high volume extraction use cases (Early Adoption, additionall access required, contact Zuora Support in order to request this feature enabled for your account beforehand.) |
| Environment | Endpoint |
|---|---|
| US Production | rest.zuora.com |
| US Cloud Production | rest.na.zuora.com |
| EU Production | rest.eu.zuora.com |
| Environment | Endpoint |
|---|---|
| US API Sandbox | rest.apisandbox.zuora.com |
| US Cloud API Sandbox | rest.sandbox.na.zuora.com |
| US Central Sandbox | rest.test.zuora.com |
| EU API Sandbox | rest.sandbox.eu.zuora.com |
| EU Central Sandbox | rest.test.eu.zuora.com |
| Environment | Endpoint |
|---|---|
| US Performance Test | rest.pt1.zuora.com |
For more information about available environments, please visit this page
If you experience the long time for sync operation, please consider:
window_in_days parameter inside Zuora source configurationstart_date parameter.Usually, the very first sync operation for all of the objects inside Zuora account takes up to 25-45-60 min, the more data you have, the more time you'll need.
Zuora acccount.Settings > Administration Settings.Manage User Roles.Add new role to create a new role, and fill in neccessary information up to the form.From the administration page, click Manage Users.
Click add single user.
Create a user and assign it to the role you created in Create an API user role section.
You should receive an email with activation instructions. Follow them to activate your API user.
For more information visit Create an API User page
From the administration page, click Manage Users.
Click on User Name of the target user.
Enter a client name and description and click create.
A pop-up will open with your Client ID and Client Secret.
Make a note of your Client ID and Client Secret because they will never be shown again. You will need them to configure Airbyte Zuora Connector.
You're ready to set up Zuora connector in Airbyte, using created Client ID and Client Secret!
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.3 | 2021-10-16 | 7093 | Added support of Unlimited option for Data Query |
| 0.1.2 | 2021-10-11 | 6960 | Change minimum value for Window_in_days to 1, instead of 30 |
| 0.1.1 | 2021-10-01 | 6575 | Added OAuth support for Airbyte Cloud |
| 0.1.0 | 2021-08-01 | 4661 | Initial release of Native Zuora connector for Airbyte |