This source can sync data for the PostHog API. It supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This Source is capable of syncing the following core Streams:
- Annotations (Incremental)
- Cohorts
- Events (Incremental)
- FeatureFlags
- Insights
- InsightsPath
- InsightsSessions
- Persons
- Trends
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | |
Namespaces | No |
The PostHog API doesn't have any known request limitation.
Please create an issue if you see any rate limit issues that are not automatically retried successfully.
- PostHog Personal API Key
Please follow these steps to obtain Private API Key for your account.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.5 | 2021-12-24 | 9082 | Remove obsolete session_events and insights streams |
0.1.4 | 2021-09-14 | 6058 | Support self-hosted posthog instances |
0.1.3 | 2021-07-20 | 4001 | Incremental streams read only relevant pages |
0.1.2 | 2021-07-15 | 4692 | Use account information for checking the connection |
0.1.1 | 2021-07-05 | 4539 | Add AIRBYTE_ENTRYPOINT env variable for kubernetes support |
0.1.0 | 2021-06-08 | 3768 | Initial Release |