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: Implement offline_write_batch for BigQuery and Snowflake (#2840)
* Factor out Redshift pyarrow schema inference logic into helper method
Signed-off-by: Felix Wang <[email protected]>
* Switch file offline store to use offline_utils for offline_write_batch
Signed-off-by: Felix Wang <[email protected]>
* Implement offline_write_batch for bigquery
Signed-off-by: Felix Wang <[email protected]>
* Implement offline_write_batch for snowflake
Signed-off-by: Felix Wang <[email protected]>
* Enable bigquery and snowflake for test_push_features_and_read_from_offline_store test
Signed-off-by: Felix Wang <[email protected]>
* Rename get_pyarrow_schema
Signed-off-by: Felix Wang <[email protected]>
0 commit comments