Skip to content

Commit b596194

Browse files
authored
publish #6058 (#6059)
1 parent 0552b17 commit b596194

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

airbyte-integrations/connectors/source-posthog/acceptance-test-docker.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env sh
22

33
# Build latest connector image
4-
docker build . -t $(cat acceptance-test-config.yml | grep "connector_image" | head -n 1 | cut -d: -f2)
4+
docker build . -t $(cat acceptance-test-config.yml | grep "connector_image" | head -n 1 | cut -d: -f2):dev
55

66
# Pull latest acctest image
77
docker pull airbyte/source-acceptance-test:latest
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"api_key": "value1",
3-
"start_date": "2021-01-01-T00:00:00.000000Z"
3+
"start_date": "2021-01-01T00:00:00Z"
44
}

airbyte-integrations/connectors/source-posthog/source_posthog/spec.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
"type": "string",
1313
"description": "The date from which you'd like to replicate the data",
1414
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
15-
"examples": [
16-
"2021-01-01T00:00:00.000000Z"
17-
]
15+
"examples": ["2021-01-01T00:00:00Z"]
1816
},
1917
"api_key": {
2018
"type": "string",
@@ -25,9 +23,7 @@
2523
"type": "string",
2624
"default": "https://app.posthog.com",
2725
"description": "Base PostHog url. Defaults to PostHog Cloud (https://app.posthog.com).",
28-
"examples": [
29-
"https://posthog.example.com"
30-
]
26+
"examples": ["https://posthog.example.com"]
3127
}
3228
}
3329
}

docs/integrations/sources/posthog.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Please follow these [steps](https://posthog.com/docs/api/overview#how-to-obtain-
5656

5757
| Version | Date | Pull Request | Subject |
5858
| :------ | :-------- | :----- | :------ |
59+
| 0.1.4 | 2021-09-14 | [6058](https://github.com/airbytehq/airbyte/pull/6058) | Support self-hosted posthog instances |
5960
| 0.1.3 | 2021-07-20 | [4001](https://github.com/airbytehq/airbyte/pull/4001) | Incremental streams read only relevant pages|
6061
| 0.1.2 | 2021-07-15 | [4692](https://github.com/airbytehq/airbyte/pull/4692) | Use account information for checking the connection|
6162
| 0.1.1 | 2021-07-05 | [4539](https://github.com/airbytehq/airbyte/pull/4539) | Add `AIRBYTE_ENTRYPOINT` env variable for kubernetes support|

0 commit comments

Comments
 (0)