-
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
Closed
Closed
Changes from 13 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
4f96688
Treat data_warehouse like actions and events on the frontend
danielbachhuber 6edcb53
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber 2f9861d
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber 5729a90
Some todos
danielbachhuber 84351e2
One more note
danielbachhuber 351df62
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber ad7abc7
Switch to named types so it's more obvious what the values can be
danielbachhuber 0938f95
Named types are no bueno here
danielbachhuber a1a915d
First pass at joining to the data warehouse table
danielbachhuber c2a427d
Disable this for now
danielbachhuber f2b59c3
Split a multi-part breakdown field
danielbachhuber 71b8514
Restore properties
danielbachhuber ba7e369
Bail early if `breakdown_key` isn't present
danielbachhuber a6785ad
add test
EDsCODE 8a05eb3
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber daedb67
Remove backticks because keys are split by the period
danielbachhuber f4d2e43
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber d711274
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber 48e4537
Fix parsing data warehouse properties with nested values
danielbachhuber 8e1993f
Merge branch 'hogql/fix-dw-properties' into experiments/data-warehous…
danielbachhuber 01c6dae
Abstract
danielbachhuber becfb7f
Revert "Abstract"
danielbachhuber 1d496ba
Revert "Revert "Abstract""
danielbachhuber cc53bb6
Consolidated implementation
danielbachhuber 8508e3b
Fix linting issues
danielbachhuber f187c56
Merge branch 'hogql/fix-dw-properties' into experiments/data-warehous…
danielbachhuber 6d55621
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber 4db4021
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber bb3dd2e
Allow data warehouse properties in TrendsQuery
danielbachhuber 5057208
Use explicit type check
danielbachhuber d8531a0
Merge branch 'hogql/allow-dw-properties' into experiments/data-wareho…
danielbachhuber d31e887
Add a better test
danielbachhuber 68a5d72
Revert changes to `test_trends_breakdown_with_property`
danielbachhuber 45eff94
Properties are now considered for data warehouse series
danielbachhuber 459a5ed
Merge branch 'hogql/allow-dw-properties' into experiments/data-wareho…
danielbachhuber 80d42d0
Merge branch 'master' into experiments/data-warehouse-support-v2
danielbachhuber 230a127
Update query snapshots
github-actions[bot] 207cb7d
Update UI snapshots for `chromium` (1)
github-actions[bot] 58bc669
Update UI snapshots for `chromium` (1)
github-actions[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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