1
0
mirror of synced 2026-01-17 21:02:47 -05:00
Files
airbyte/docs/integrations/sources/nytimes.md
Xabier Lahuerta Vazquez b70b6ecf53 🎉 New Source: New York Times [low-code cdk] (#18746)
* Initial implementation: Support for `archive` stream

* Added support for `most_popular` streams (emailed, shared, viewed)

* Add `expected_records.txt` for acceptance tests

* Added Documentation

* Updated changelog with PR id

* Add support for incremental syncs

* Reduce size and remove most_popular streams from expected_records.txt

* Remove `expected_records.txt`

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
2022-11-10 07:09:08 -03:00

1.9 KiB

New York Times

Overview

The New York Times source supports full refresh syncs

Output schema

Several output streams are available from this source:

*Archive. *Most Popular Emailed Articles. *Most Popular Shared Articles. *Most Popular Viewed Articles.

If there are more endpoints you'd like Airbyte to support, please create an issue.

Features

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes

Performance considerations

The New York Times connector should not run into limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • New York Times API Key.

Connect using API Key:

  1. Create a new App here (You need to have an account to create a new App).
  2. Enable API access for the supported endpoints (see Output schema section for supported streams).
  3. Write the key into secrets/config.json file.

Changelog

Version Date Pull Request Subject
0.1.0 2022-11-01 18746 🎉 New Source: New York Times