Skip to content

Commit

Permalink
publish #6058 (#6059)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada authored Sep 15, 2021
1 parent 0552b17 commit b596194
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-posthog/acceptance-test-docker.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh

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

# Pull latest acctest image
docker pull airbyte/source-acceptance-test:latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"api_key": "value1",
"start_date": "2021-01-01-T00:00:00.000000Z"
"start_date": "2021-01-01T00:00:00Z"
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"type": "string",
"description": "The date from which you'd like to replicate the data",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"examples": [
"2021-01-01T00:00:00.000000Z"
]
"examples": ["2021-01-01T00:00:00Z"]
},
"api_key": {
"type": "string",
Expand All @@ -25,9 +23,7 @@
"type": "string",
"default": "https://app.posthog.com",
"description": "Base PostHog url. Defaults to PostHog Cloud (https://app.posthog.com).",
"examples": [
"https://posthog.example.com"
]
"examples": ["https://posthog.example.com"]
}
}
}
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/posthog.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Please follow these [steps](https://posthog.com/docs/api/overview#how-to-obtain-

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

0 comments on commit b596194

Please sign in to comment.