Skip to content

Commit 0426b1d

Browse files
authored
🐙 source-posthog: run up-to-date pipeline [2024-08-24] (#44658)
1 parent 640fba6 commit 0426b1d

File tree

4 files changed

+59
-58
lines changed

4 files changed

+59
-58
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ data:
99
connectorSubtype: api
1010
connectorType: source
1111
definitionId: af6d50ee-dddf-4126-a8ee-7faee990774f
12-
dockerImageTag: 1.1.7
12+
dockerImageTag: 1.1.8
1313
dockerRepository: airbyte/source-posthog
1414
documentationUrl: https://docs.airbyte.com/integrations/sources/posthog
1515
githubIssueLabel: source-posthog

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

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

airbyte-integrations/connectors/source-posthog/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 = "1.1.7"
6+
version = "1.1.8"
77
name = "source-posthog"
88
description = "Source implementation for Posthog."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/posthog.md

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Want to use the PostHog API beyond these limits? Email Posthog at `customers@pos
7171

7272
| Version | Date | Pull Request | Subject |
7373
| :------ | :--------- | :------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------- |
74+
| 1.1.8 | 2024-08-24 | [44658](https://github.com/airbytehq/airbyte/pull/44658) | Update dependencies |
7475
| 1.1.7 | 2024-08-17 | [44350](https://github.com/airbytehq/airbyte/pull/44350) | Update dependencies |
7576
| 1.1.6 | 2024-08-13 | [44016](https://github.com/airbytehq/airbyte/pull/44016) | Fix `events` stream pagniator to workaround PostHog API issue [#13508](https://github.com/PostHog/posthog/issues/13508) |
7677
| 1.1.5 | 2024-08-10 | [43488](https://github.com/airbytehq/airbyte/pull/43488) | Update dependencies |

0 commit comments

Comments
 (0)