Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 4.92 KB

amplitude.md

File metadata and controls

57 lines (41 loc) · 4.92 KB

Amplitude

This page guides you through setting up the Amplitude source connector to sync data for the Amplitude API.

Prerequisite

To set up the Amplitude source connector, you'll need your Amplitude API Key and Secret Key.

Set up the Amplitude source connector

  1. Log into your Airbyte Cloud or Airbyte OSS account.
  2. Click Sources and then click + New source.
  3. On the Set up the source page, select Amplitude from the Source type dropdown.
  4. Enter a name for your source.
  5. For API Key and Secret Key, enter the Amplitude API key and secret key.
  6. 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.
  7. Click Set up source.

Supported Streams

The Amplitude source connector supports the following streams:

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

Supported sync modes

The Amplitude source connector supports the following sync modes:

  • Full Refresh
  • Incremental

Performance considerations

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.

Changelog

Version Date Pull Request Subject
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