1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-pinterest/bootstrap.md
Serhii Lazebnyi 2d2965b879 🎉 New Source: Pinterest (#7493)
* Add Pinterest implementation

* Updated to review

* Added rate limits and PR number to doc

* Fixed unit tests and data slicing bug

* Update airbyte-integrations/connectors/source-pinterest/source_pinterest/spec.json

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update airbyte-integrations/connectors/source-pinterest/build.gradle

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Update airbyte-integrations/connectors/source-pinterest/source_pinterest/spec.json

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Updated to review

* Updated window in days

* Fixed unit test

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2021-11-09 12:54:12 +02:00

1.9 KiB

Core streams

Pinterest is a REST based API. Connector is implemented with Airbyte CDK.

Connector has such core streams:

Connector uses start_date config for initial reports sync depend on connector and current date as an end data.

Connector has window_in_days config which allows set the amount of days for each data-chunk begining from start_date. Default: 30 days. Max: 30 days.

See this link for the nuances about the connector.