* 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>
1.9 KiB
1.9 KiB
Core streams
Pinterest is a REST based API. Connector is implemented with Airbyte CDK.
Connector has such core streams:
- Account analytics (Incremental)
- Boards (Full table)
- Board sections (Full table)
- Pins on board section (Full table)
- Pins on board (Full table)
- Board sections (Full table)
- Ad accounts (Full table)
- Ad account analytics (Incremental)
- Campaigns (Incremental)
- Campaign analytics (Incremental)
- Ad groups (Incremental)
- Ad group analytics (Incremental)
- Ads (Incremental)
- Ad analytics (Incremental)
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.