File tree 4 files changed +5
-8
lines changed
airbyte-integrations/connectors/source-posthog
docs/integrations/sources
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env sh
2
2
3
3
# 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
5
5
6
6
# Pull latest acctest image
7
7
docker pull airbyte/source-acceptance-test:latest
Original file line number Diff line number Diff line change 1
1
{
2
2
"api_key" : " value1" ,
3
- "start_date" : " 2021-01-01-T00 :00:00.000000Z "
3
+ "start_date" : " 2021-01-01T00 :00:00Z "
4
4
}
Original file line number Diff line number Diff line change 12
12
"type" : " string" ,
13
13
"description" : " The date from which you'd like to replicate the data" ,
14
14
"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" ]
18
16
},
19
17
"api_key" : {
20
18
"type" : " string" ,
25
23
"type" : " string" ,
26
24
"default" : " https://app.posthog.com" ,
27
25
"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" ]
31
27
}
32
28
}
33
29
}
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Please follow these [steps](https://posthog.com/docs/api/overview#how-to-obtain-
56
56
57
57
| Version | Date | Pull Request | Subject |
58
58
| :------ | :-------- | :----- | :------ |
59
+ | 0.1.4 | 2021-09-14 | [ 6058] ( https://github.com/airbytehq/airbyte/pull/6058 ) | Support self-hosted posthog instances |
59
60
| 0.1.3 | 2021-07-20 | [ 4001] ( https://github.com/airbytehq/airbyte/pull/4001 ) | Incremental streams read only relevant pages|
60
61
| 0.1.2 | 2021-07-15 | [ 4692] ( https://github.com/airbytehq/airbyte/pull/4692 ) | Use account information for checking the connection|
61
62
| 0.1.1 | 2021-07-05 | [ 4539] ( https://github.com/airbytehq/airbyte/pull/4539 ) | Add ` AIRBYTE_ENTRYPOINT ` env variable for kubernetes support|
You can’t perform that action at this time.
0 commit comments