-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document experiments data warehouse integration MVP #10070
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another idea, adding an "experiment joins" section here: https://posthog-git-experiments-data-warehouse-mvp-post-hog.vercel.app/docs/data-warehouse/join
> Data Warehouse: timestamp=2024-01-03 12:00, distinct_id=user1 | ||
> Events: | ||
> - 2024-01-02 12:00: (user1, variant='control') <- This event will be joined | ||
> - 2024-01-03 18:00: (user1, variant='test') <- Ignored (occurs after data warehouse timestamp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe a code block works better here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Ian Vanagas <[email protected]>
Co-authored-by: Ian Vanagas <[email protected]>
Co-authored-by: Ian Vanagas <[email protected]>
Co-authored-by: Ian Vanagas <[email protected]>
Co-authored-by: Ian Vanagas <[email protected]>
Co-authored-by: Ian Vanagas <[email protected]>
See PostHog/posthog#26332
Changes
Adds a new document describing the experiments data warehouse integration MVP