1
0
mirror of synced 2025-12-23 21:03:15 -05:00

🐛 Source Amplitude: Correct output schemas on cohorts, events, active_users, and average_session_lengths streams (#6353)

* Source Amplitude: Correct output schemas on cohorts, events, active_users, and average_session_lengths streams
This commit is contained in:
Yevhenii
2021-09-21 19:00:07 +03:00
committed by GitHub
parent 35c5bcd94a
commit 6ae19019b6
12 changed files with 25 additions and 273 deletions

View File

@@ -41,3 +41,10 @@ The Amplitude connector should gracefully handle Amplitude API limitations under
Please read [How to get your API key and Secret key](https://help.amplitude.com/hc/en-us/articles/360058073772-Create-and-manage-organizations-and-projects#view-and-edit-your-project-information).
## Changelog
| Version | Date | Pull Request | Subject |
| :------ | :-------- | :----- | :------ |
| 0.1.2 | 2021-09-21 | [6353](https://github.com/airbytehq/airbyte/pull/6353) | Correct output schemas on cohorts, events, active_users, and average_session_lengths streams |
| 0.1.1 | 2021-06-09 | [3973](https://github.com/airbytehq/airbyte/pull/3973) | Add AIRBYTE_ENTRYPOINT for kubernetes support |
| 0.1.0 | 2021-06-08 | [3664](https://github.com/airbytehq/airbyte/pull/3664) | New Source: Amplitude |