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 <[email protected]>
* Enable StreamProcessor to write to both online and offline stores
Signed-off-by: Felix Wang <[email protected]>
* Fix incorrect columns error message
Signed-off-by: Felix Wang <[email protected]>
* Reorder columns in _write_to_offline_store
Signed-off-by: Felix Wang <[email protected]>
* Make _write_to_offline_store a public method
Signed-off-by: Felix Wang <[email protected]>
* Import FeatureStore correctly
Signed-off-by: Felix Wang <[email protected]>
* Remove defaults for `processing_time` and `query_timeout`
Signed-off-by: Felix Wang <[email protected]>
* Clean up `test_offline_write.py`
Signed-off-by: Felix Wang <[email protected]>
* Do not do any custom logic for double underscore columns
Signed-off-by: Felix Wang <[email protected]>
* Lint
Signed-off-by: Felix Wang <[email protected]>
* Switch entity values for all tests using push sources to not affect other tests
Signed-off-by: Felix Wang <[email protected]>
0 commit comments