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

BigQuery: add is_nullable method to check for NULLABLE mode #3548

Closed
tswast opened this issue Jun 26, 2017 · 0 comments
Closed

BigQuery: add is_nullable method to check for NULLABLE mode #3548

tswast opened this issue Jun 26, 2017 · 0 comments
Assignees
Labels
api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@tswast
Copy link
Contributor

tswast commented Jun 26, 2017

In the DB-API implementation I wrote some code like

null_ok=field.mode == 'NULLABLE'

Could be nice to have a helper function that does this.

https://github.com/GoogleCloudPlatform/google-cloud-python/pull/2921/files/7d59e97172d16bc18601cce0845000b32e6be9a6#r124069049

@tswast tswast added api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Jun 26, 2017
sonlac pushed a commit to sonlac/google-cloud-python that referenced this issue Jul 18, 2017
sonlac added a commit to sonlac/google-cloud-python that referenced this issue Jul 18, 2017
sonlac added a commit to sonlac/google-cloud-python that referenced this issue Jul 18, 2017
tseaver pushed a commit that referenced this issue Jul 18, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this issue Aug 21, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this issue Aug 22, 2017
landrito pushed a commit to landrito/google-cloud-python that referenced this issue Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants