-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat(experiments): Support for data warehouse experiments #26247
Conversation
Size Change: 0 B Total Size: 1.16 MB ℹ️ View Unchanged
|
return BreakdownFilter( | ||
breakdown=self.breakdown_key, | ||
breakdown_type="event", | ||
) | ||
|
||
def _get_data_warehouse_breakdown_filter(self, column_name: str) -> BreakdownFilter: | ||
return BreakdownFilter( | ||
breakdown=f"{column_name}.properties.`{self.breakdown_key}`", |
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.
@jurajmajerik As it turns out, this syntax isn't supported yet. See some conversation here: https://posthog.slack.com/archives/C019RAX2XBN/p1732050126051829
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
Messy rebase, starting afresh #26356 |
See #26332
Changes
TBD
Still to do:
$feature_flag_called
event (the most recent)$feature_flag_called
event has already been calledHow did you test this code?
TBD