Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Implement offline_write_batch for BigQuery and Snowflake #2840

Merged
merged 6 commits into from
Jun 22, 2022

Commits on Jun 22, 2022

  1. Factor out Redshift pyarrow schema inference logic into helper method

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    2830938 View commit details
    Browse the repository at this point in the history
  2. Switch file offline store to use offline_utils for offline_write_batch

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    4448128 View commit details
    Browse the repository at this point in the history
  3. Implement offline_write_batch for bigquery

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    8253ea6 View commit details
    Browse the repository at this point in the history
  4. Implement offline_write_batch for snowflake

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7e9586e View commit details
    Browse the repository at this point in the history
  5. Enable bigquery and snowflake for test_push_features_and_read_from_of…

    …fline_store test
    
    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    6315d6d View commit details
    Browse the repository at this point in the history
  6. Rename get_pyarrow_schema

    Signed-off-by: Felix Wang <wangfelix98@gmail.com>
    felixwang9817 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    1420aa0 View commit details
    Browse the repository at this point in the history