-
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
feat(hogql): cohort left join conjoined #19725
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d555c56
WIP
Gilbert09 e1b926c
Added a new cohort modifier for a conjoined left query
Gilbert09 fea3695
Merge branch 'master' into tom/trends-cohort-breakdowns
Gilbert09 5a999ca
Missing changes
Gilbert09 b1c4dc5
Regenned mypy sync file
Gilbert09 cf5306d
Fixed tests
Gilbert09 5536b6d
Update query snapshots
github-actions[bot] 9265096
Merge branch 'master' into tom/trends-cohort-breakdowns
thmsobrmlr c38325b
Seperate out dynamic and static cohorts
Gilbert09 1880ba5
Use version when filtering dynamic cohorts
Gilbert09 64a7653
Fixed tests
Gilbert09 4b545c0
Update query snapshots
github-actions[bot] e99429a
Updated mypy baseline
Gilbert09 e368288
Removed group by
Gilbert09 1756571
Update query snapshots
github-actions[bot] 27d1e50
Update query snapshots
github-actions[bot] dc2bb1b
Update query snapshots
github-actions[bot] 5b74088
Merge branch 'master' into tom/trends-cohort-breakdowns
Gilbert09 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.
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.
Why the float? It seems like some fields in the schema didn't come with
/** @asType integer */
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.
The whole
breakdown
value type union is pretty messed up. Would love to break it down some more into multiple fields with better typing. I've had to use# type: ignore
in too many places due to this