Skip to content

Commit 6452b55

Browse files
authored
🐙 source-amplitude: run up-to-date pipeline [2024-08-31] (#45047)
1 parent 2c859db commit 6452b55

File tree

4 files changed

+29
-21
lines changed

4 files changed

+29
-21
lines changed

airbyte-integrations/connectors/source-amplitude/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data:
1111
connectorSubtype: api
1212
connectorType: source
1313
definitionId: fa9f58c6-2d03-4237-aaa4-07d75e0c1396
14-
dockerImageTag: 0.6.4
14+
dockerImageTag: 0.6.5
1515
dockerRepository: airbyte/source-amplitude
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/amplitude
1717
githubIssueLabel: source-amplitude

airbyte-integrations/connectors/source-amplitude/poetry.lock

+26-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-amplitude/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.6.4"
6+
version = "0.6.5"
77
name = "source-amplitude"
88
description = "Source implementation for Amplitude."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/amplitude.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ The Amplitude connector ideally should gracefully handle Amplitude API limitatio
5858

5959
| Version | Date | Pull Request | Subject |
6060
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------- |
61+
| 0.6.5 | 2024-08-31 | [45047](https://github.com/airbytehq/airbyte/pull/45047) | Update dependencies |
6162
| 0.6.4 | 2024-08-24 | [44709](https://github.com/airbytehq/airbyte/pull/44709) | Update dependencies |
6263
| 0.6.3 | 2024-08-17 | [44250](https://github.com/airbytehq/airbyte/pull/44250) | Update dependencies |
6364
| 0.6.2 | 2024-08-12 | [43876](https://github.com/airbytehq/airbyte/pull/43876) | Update dependencies |

0 commit comments

Comments
 (0)