| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| """ | ||
| if not (isinstance(value, six.string_types) | ||
| and value.upper() == "DAY") and value is not None: | ||
| if value not in ['DAY', None]: |
|
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. |
Sorry, something went wrong.
Sorry, something went wrong.
Reduces lines in 'test_table.py' to appease pylint's arbitrary ceiling.
|
I've rebased to master to get the tests fixed (after merging #2065). I will merge when Travis passes. |
Sorry, something went wrong.
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>
* 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>
| Back | FazBrowse Home | New Git URL |
Follow-on to #2058.