* improve performance of global_exclusion stream + make it semi-incremental by introducing a reverse incremental stream + increase page_size from 100 to 5k + set cursor_field + remove validation of the records by pydantic models * enable Metrics stream Co-authored-by: Eugene Kulak <kulak.eugene@gmail.com>
2.3 KiB
2.3 KiB
Klaviyo
Sync overview
This source can sync data for the Klaviyo API. It 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.
Output schema
This Source is capable of syncing the following core Streams:
Data type mapping
| Integration Type | Airbyte Type | Notes |
|---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Features
| Feature | Supported?(Yes/No) | Notes |
|---|---|---|
| Full Refresh Sync | Yes | |
| Incremental Sync | Yes | Only Events and Global Exclusions |
| Namespaces | No |
Performance considerations
The connector is restricted by normal Klaviyo requests limitation.
The Klaviyo connector should not run into Klaviyo API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- Klaviyo Private API Key
Setup guide
Please follow these steps to obtain Private API Key for your account.
CHANGELOG
| Version | Date | Pull Request | Subject |
|---|---|---|---|
0.1.3 |
2021-12-09 | 8592 | Improve performance, make Global Exclusions stream incremental and enable Metrics stream. |
0.1.2 |
2021-10-19 | 6952 | Update schema validation in SAT |