airbnb / chronon

Chronon is a data platform for serving for AI/ML applications.
Apache License 2.0
717 stars 44 forks source link

Unsetting wheres for left query when using bootstrap and adding joinSource logic #743

Closed ezvz closed 5 months ago

ezvz commented 5 months ago

Summary

Unsetting wheres when using bootstrap because wheres already applied to left side. Implementing table overwrite for bootstrap for joinSource case.

Why / Goal

Fixes column not found bug.

Test Plan

Reviewers

@hzding621 @donghanz