* NASA APOD connector first implementation * Fix Acceptance and Unit tests * Fix DecrecationWarning on NoAuth * Update changelog with PR id * `date` input removal in favor of `start_date` + Minor fixes * Connector renaming to support different Nasa streams * Update docs and source definitions with connector rename * Support incremental updates * Fix typo on abnormal_state.json, making acceptance tests to fail * auto-bump connector version Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
1.5 KiB
1.5 KiB
NASA
Overview
The NASA source supports full refresh syncs
Output schema
Asingle output stream is available (at the moment) from this source:
*APOD.
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 |
| SSL connection | No |
| Namespaces | No |
Performance considerations
The NASA connector should not run into NASA API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.
Getting started
Requirements
- NASA API Key. You can use
DEMO_KEY(see rate limits here).
Connect using API Key:
- Generate an API Key as described here.
- Use the generated
API Keyin the Airbyte connection.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.0 | 2022-10-24 | 18394 | 🎉 New Source: NASA APOD |