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

fix: issue 265 add cloud spanner functionality #394

Merged
merged 2 commits into from
Mar 30, 2022
Merged

Commits on Mar 18, 2022

  1. fix: issue 265 add cloud spanner functionality

    *Add/override raw_sql() for cloud spanner
    *Add SpannerCursor class to implement ibis client interface
    *This is because current spanner client returns a dataframe which is not
    compatible with the context manager that raw_query funtionality is
    expecting
    ngdav committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    bfa6f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. fix: update test for raw_sql()

    ngdav committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    80b60c6 View commit details
    Browse the repository at this point in the history