This page guides you through setting up the Amplitude source connector to sync data for the Amplitude API.
To set up the Amplitude source connector, you'll need your Amplitude API Key
and Secret Key
.
- Log into your Airbyte Cloud or Airbyte Open Source account.
- Click Sources and then click + New source.
- On the Set up the source page, select Amplitude from the Source type dropdown.
- Enter a name for your source.
- For API Key and Secret Key, enter the Amplitude API key and secret key.
- For Replication Start Date, enter the date in YYYY-MM-DDTHH:mm:ssZ format. The data added on and after this date will be replicated. If this field is blank, Airbyte will replicate all data.
- Click Set up source.
The Amplitude source connector supports the following streams:
- Active Users Counts (Incremental sync)
- Annotations
- Average Session Length (Incremental sync)
- Cohorts
- Events (Incremental sync)
If there are more endpoints you'd like Airbyte to support, please create an issue.
The Amplitude source connector supports the following sync modes:
- Full Refresh
- Incremental
The Amplitude connector ideally should gracefully handle Amplitude API limitations under normal usage. Create an issue if you see any rate limit issues that are not automatically retried successfully.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.16 | 2022-10-11 | 17854 | Add empty series validation |
0.1.15 | 2022-10-03 | 17320 | Add validation start_date filed if it's in the future |
0.1.14 | 2022-09-28 | 17326 | Migrate to per-stream states. |
0.1.13 | 2022-08-31 | 16185 | Re-release on new airbyte_cdk==0.1.81 |
0.1.12 | 2022-08-11 | 15506 | Changed slice day window to 1, instead of 3 for Events stream |
0.1.11 | 2022-07-21 | 14924 | Remove additionalProperties field from spec |
0.1.10 | 2022-06-16 | 13846 | Try-catch the BadZipFile error |
0.1.9 | 2022-06-10 | 13638 | Fixed an infinite loop when fetching Amplitude data |
0.1.8 | 2022-06-01 | 13373 | Fixed the issue when JSON Validator produces errors on date-time check |
0.1.7 | 2022-05-21 | 13074 | Removed time offset for Events stream, which caused a lot of duplicated records |
0.1.6 | 2022-04-30 | 12500 | Improve input configuration copy |
0.1.5 | 2022-04-28 | 12430 | Added HTTP error descriptions and fixed Events stream fail caused by 404 HTTP Error |
0.1.4 | 2021-12-23 | 8434 | Update fields in source-connectors specifications |
0.1.3 | 2021-10-12 | 6375 | Log Transient 404 Error in Events stream |
0.1.2 | 2021-09-21 | 6353 | Correct output schemas on cohorts, events, active_users, and average_session_lengths streams |
0.1.1 | 2021-06-09 | 3973 | Add AIRBYTE_ENTRYPOINT for kubernetes support |
0.1.0 | 2021-06-08 | 3664 | New Source: Amplitude |