Skip to content

Commit 879bb74

Browse files
authored
🐙 source-mixpanel: run up-to-date pipeline [2024-08-24] (#44643)
1 parent 2b9018e commit 879bb74

File tree

4 files changed

+111
-20
lines changed

4 files changed

+111
-20
lines changed

airbyte-integrations/connectors/source-mixpanel/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: 12928b32-bf0a-4f1e-964f-07e12e37153a
14-
dockerImageTag: 3.4.1
14+
dockerImageTag: 3.4.2
1515
dockerRepository: airbyte/source-mixpanel
1616
documentationUrl: https://docs.airbyte.com/integrations/sources/mixpanel
1717
githubIssueLabel: source-mixpanel

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

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

airbyte-integrations/connectors/source-mixpanel/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 = "3.4.1"
6+
version = "3.4.2"
77
name = "source-mixpanel"
88
description = "Source implementation for Mixpanel."
99
authors = ["Airbyte <[email protected]>"]

docs/integrations/sources/mixpanel.md

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Syncing huge date windows may take longer due to Mixpanel's low API rate-limits
5858

5959
| Version | Date | Pull Request | Subject |
6060
|:--------|:-----------|:---------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
61+
| 3.4.2 | 2024-08-24 | [44643](https://github.com/airbytehq/airbyte/pull/44643) | Update dependencies |
6162
| 3.4.1 | 2024-08-17 | [44274](https://github.com/airbytehq/airbyte/pull/44274) | Update dependencies |
6263
| 3.4.0 | 2024-07-16 | [41969](https://github.com/airbytehq/airbyte/pull/41969) | Update to v4 CDK |
6364
| 3.3.3 | 2024-08-10 | [43575](https://github.com/airbytehq/airbyte/pull/43575) | Update dependencies |

0 commit comments

Comments
 (0)