Posthog Connector Incremental Streams Clarification

Summary

User inquires about the data sync behavior of the Posthog connector, specifically whether only the events stream is incremental while others are full refresh.


Question

Hello! Has anyone used the Posthog connector? Am I understanding correctly that only the events stream is incremental? Looks like all the other streams (persons, cohorts, etc.) are full table refresh:
https://github.com/airbytehq/airbyte/blob/dca40034511e71387453f2dc918dd65044620b94/airbyte-integrations/connectors/source-posthog/source_posthog/manifest.yaml#L97|https://github.com/airbytehq/airbyte/blob/dca40034511e71387453f2dc918dd65044620b94[…]grations/connectors/source-posthog/source_posthog/manifest.yaml



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

['posthog-connector', 'incremental-streams', 'full-table-refresh', 'airbyte']

You’re correct https://docs.airbyte.com/integrations/sources/posthog#supported-streams-and-sync-modes

The Posthog API doesn’t support for incremental check https://posthog.com/docs/api/projects#get-api-organizations-organization_id-projects|documentation (it doesn’t have a start_date, after, updated_at parameter).

got it good to know, thanks!