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

Support bigquery parameterized types #168

Merged
merged 16 commits into from
Oct 6, 2021
Merged

Support bigquery parameterized types #168

merged 16 commits into from
Oct 6, 2021

Conversation

cwegrzyn
Copy link
Contributor

@cwegrzyn cwegrzyn commented Oct 1, 2021

BigQuery (and the sqlalchemy bigquery package) now allow parameterization of some types. Newer versions of pybigquery/sqlalchemy-bigquery use these types by default, which broke some of the bigquery tests. This PR updates our bigquery support to use these new types.

pybigquery was also renamed to sqlalchemy-bigquery not long after parameterized type support was added. This PR switches our dependency to the newer package name, which guarantees us a version with parameterized type support.

@cwegrzyn cwegrzyn marked this pull request as ready for review October 6, 2021 15:55
@cwegrzyn cwegrzyn merged commit 74310c5 into master Oct 6, 2021
@cwegrzyn cwegrzyn deleted the bigquery-updates branch October 6, 2021 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant