-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Funnel step query new #4851
Funnel step query new #4851
Conversation
…t for conversion window;
… cleanup via destroy() method
…ed funnel_persons and funnel_trends_persons into individual classes;
…com:PostHog/posthog into funnel-persons-pagination-conversion-window
SELECT | ||
person_id, | ||
timestamp, | ||
{self.get_partition_cols(1, max_steps)} |
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.
If I understand correctly
{self.get_partition_cols(level_index - 1, max_steps)}
Edit: Ah, no, my bad, it's the innermost one, so 1
is right.
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.
step_i seems to be 0 indexed, while level_index seems to be 1 indexed? I think easier if both follow the same?
* dedup + tests * deep equality. Tests to come * write test for entity equality * finish testing funnels * clean up comments
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.
Think this is good enough for now!
Changes
Please describe.
If this affects the frontend, include screenshots.
Checklist