chronon icon indicating copy to clipboard operation
chronon copied to clipboard

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

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

## Summary This PR adds a batch IR cache to the Chronon fetcher. - In the fetcher, we now cache the decoded IRs for batch GetRequests. When a request comes...

I tried exploring chronon for the past one week with one of the production usecase. Faced few issues in understanding the following 1. How `ts_ds` is used in joins ?...

Hi, I have setup `chronon` both locally and on DataProc GCE. I tried to replicate the example [Kaggle_Outbrain](https://github.com/airbnb/chronon/blob/main/docs/source/Kaggle_Outbrain.md), but receive this error below. Can anyone please help? Many thanks in...

## Summary Adding `CHIP-8 Hourly GroupBy Batch Jobs` ## Why / Goal ## Test Plan - [ ] Added Unit Tests - [ ] Covered by existing CI - [...

Discuss [CHIP-8 Hourly GroupBy Batch Jobs](https://github.com/airbnb/chronon/pull/736) Appreciate any feedback y'all may have, especially around the clarity of the changes required on the offline side.

## Summary ## Why / Goal Our header icons have different sizes - this improves the appearance of the header bar. ## Test Plan - [ ] Added Unit Tests...

Currently when running analyzer checks previous to join it uses today as of system time. However that will most often be an empty partition since data may not have landed...

bug
enhancement

## Summary In the current state when an runtime exception is encountered (because the group by serving info is missing for example). The program fails to exit with an error...

## Problem Statement When testing, or debugging it is generally preferable to leave the production tables untouched while outputting data to a "dev" namespace. Having the ability to override the...

## Problem Statement Some of the more relevant stats such as score drift don't require a join to define. They can be defined a streaming aggregation of scores. It's desirable...