1
0
mirror of synced 2026-01-01 18:02:53 -05:00
Files
airbyte/docs/integrations/sources/nytimes.md
Arsen Losenko 09edb201e6 Source NY Times: Mark datefields in spec as dates (#22925)
* Source NY Times: Mark datefields in spec as dates

* Update changelog

* auto-bump connector version

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-02 17:29:32 +02:00

2.1 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.1 2023-02-13 22925 Specified date formatting in specification
0.1.0 2022-11-01 18746 🎉 New Source: New York Times