chronon icon indicating copy to clipboard operation
chronon copied to clipboard

Chronon is a data platform for serving for AI/ML applications.

Results 76 chronon issues
Sort by recently updated
recently updated
newest added

## Summary We now expose exceptionSampleRate via API - default is 0.1 - one among every 10 exceptions will be logged. ## Why / Goal Currently we don't log exceptions...

## Summary `sbt jacoco` should now print coverage reports we can even set minimum coverage thresholds for scala files. ## Test Plan - [ ] Added Unit Tests - [x]...

## Summary Adding support for coverage and adding coverage report to CI artifacts. ## Why / Goal Simplify code reviews by understanding if the tests cover the code. ## Test...

## Summary ## Why / Goal ## Test Plan - [ ] Added Unit Tests - [ ] Covered by existing CI - [ ] Integration tested ## Checklist -...

## Summary Test splittting with circle CI ## Why / Goal Scala 11 tests take 4x the other tests. When they fail they need to be restarted. By splitting it...

## Summary 1. support parquet for local input 2. remove the TS parsing logic as it causes issue with running real job locally. 3. More try catching 4. create DB...

## Summary Implement two stack lite + hop aggregate + union sort for temporal events, with the option to turn it on for testing. Unlike the implementation purposed by stripe...

## Summary see: https://peps.python.org/pep-0440/ ## Test Plan - [x] Integration tested refreshed the site with local build api ## Checklist - [x] Documentation update ## Reviewers @hzding621 @cristianfr

## Summary This portion of our codebase has historically been one of the hardest areas to understand (and hence improve). This doc introduces a dummified version of the temporal events...

## Summary There are cases where the same group by will be added to a join but with different key mappings. If mishandled this would lead to the same output...