You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add column reordering to write_to_offline_store (#2876)
* Add feature extraction logic to batch writer
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Enable StreamProcessor to write to both online and offline stores
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Fix incorrect columns error message
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Reorder columns in _write_to_offline_store
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Make _write_to_offline_store a public method
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Import FeatureStore correctly
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Remove defaults for `processing_time` and `query_timeout`
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Clean up `test_offline_write.py`
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Do not do any custom logic for double underscore columns
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Lint
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
* Switch entity values for all tests using push sources to not affect other tests
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
0 commit comments