-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(query-engine): Add sessions timeline query (#18131)
* Remove unused `test_journeys.py` * Add basic sessions timeline query node * Snapshot sessions timeline test CH queries * Support filtering by person UUID * Support informal sessions * Also fetch event elements * Fix column names being swallowed in HogQL on timezone conversion * Include recordings in the sessions timeline * Move the schema additions to TypeScript * Tune timeline query * Simplify `journeys_for` API * Re-engineer the query to support all cases * Revert alias preservation change * Fix existing tests without `event_uuid` specified * Fix some tests using `journeys_for` failing * Make `before` and `after` optional * Fix more tests * Don't suggest raw HogQL functions in close matches * Add `to_persons_query`
- Loading branch information
Showing
17 changed files
with
1,476 additions
and
190 deletions.
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 was deleted.
Oops, something went wrong.
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.