1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/docs/integrations/sources/kustomer.md
Serhii Lazebnyi 2a1dbe7ca2 🎉 Source Kustomer: Clarify setup fields (#8738)
* Deleted user-agent, date_window_size, page_size_limit from spec.json file

* Deleted TODO rows

* Updated version in docs

* Updated to review

* Updated PR number

* Updated airbyte name in Docker

* Added version for tap-kustomer

* Added fixed version for tap-kustomer

* Deleted version for tap-kustomer

* workaround for all singer lib

* Updated Docker file to new template

* Updated link to singer repo

* Add version to tap-kustomer

* Specified tap-kustomer  in requirements.txt

* Commented source-acceptance-test dependences instalation

* Fixed typo

* Deleted source-acceptance-testfrom setup.py

Co-authored-by: antixar <antixar@gmail.com>
2021-12-22 20:28:36 +02:00

2.1 KiB

Kustomer

Sync overview

The Kustomer 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.

This source can sync data for the Kustomer API.

This Source Connector is based on a Singer tap.

Output schema

This Source is capable of syncing the following core Streams:

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental - Append Sync Yes
Namespaces No

Performance considerations

Kustomer has some rate limit restrictions.

Requirements

  • Kustomer API token. See the Kustomer docs for information on how to obtain an API token.

Changelog

Version Date Pull Request Subject
0.1.1 2021-12-13 8738 Deleted user-agent, date_window_size, page_size_limit from spec.json file
0.1.0 2021-07-22 4550 Add Kustomer Source Connector