FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Slightly more explicit coverage for partition-related methods. by tseaver · Pull Request #2060 · googleapis/google-cloud-python · GitHub

Slightly more explicit coverage for partition-related methods. - #2060

Merged
tseaver merged 3 commits into
googleapis:masterfrom
tseaver:bigquery-partition-tidy
Aug 9, 2016
Merged

Slightly more explicit coverage for partition-related methods.#2060
tseaver merged 3 commits into
googleapis:masterfrom
tseaver:bigquery-partition-tidy

Conversation

tseaver commented Aug 5, 2016

Copy link
Copy Markdown
Contributor

Follow-on to #2058.

tseaver added the api: bigquery Issues related to the BigQuery API. label Aug 5, 2016
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 5, 2016

tseaver commented Aug 8, 2016

Copy link
Copy Markdown
Contributor Author

@dhermes PTAL.

Comment thread gcloud/bigquery/table.py Outdated
"""
if not (isinstance(value, six.string_types)
and value.upper() == "DAY") and value is not None:
if value not in ['DAY', None]:

This comment was marked as spam.

This comment was marked as spam.

dhermes commented Aug 9, 2016

Copy link
Copy Markdown
Contributor

New changes LGTM. I wonder why types.NoneType is missing in Py3. Feel free to merge after fixing that attribute error. Squash if you can.

dhermes commented Aug 9, 2016

Copy link
Copy Markdown
Contributor

tseaver added 2 commits August 9, 2016 12:37
Reduces lines in 'test_table.py' to appease pylint's arbitrary ceiling.

tseaver commented Aug 9, 2016

Copy link
Copy Markdown
Contributor Author

I've rebased to master to get the tests fixed (after merging #2065). I will merge when Travis passes.

dhermes commented Aug 9, 2016

Copy link
Copy Markdown
Contributor

@tseaver FYI Travis has passed

tseaver merged commit 4dbd7f9 into googleapis:master Aug 9, 2016
tseaver deleted the bigquery-partition-tidy branch August 9, 2016 18:40
dhermes mentioned this pull request Sep 19, 2016
parthea pushed a commit that referenced this pull request Mar 6, 2026
Source-Link: googleapis/synthtool@59171c8
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
parthea pushed a commit that referenced this pull request Apr 1, 2026
* feat: Add ai_generate_bool to the bigframes.bigquery package

* fix stuffs

* Fix format

* fix doc format

* fix format

* fix code

* expose ai module and rename the function

* add ai module to doc

* fix test

* fix test

* Update bigframes/bigquery/_operations/ai.py

Co-authored-by: Tim Sweña (Swast) <swast@google.com>

---------

Co-authored-by: Tim Sweña (Swast) <swast@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL