| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
I am assuming (and am re-implementing under the assumption) that you are more in favor of 13+ subclasses than a class with 13+ arguments (for the filter case). (Here it's simpler since there are only two options.) |
Sorry, something went wrong.
Exactly, because their implementations will be super-simple / obvious. For the filters, It is also a lot clearer to map the separate classes onto a "syntax tree" when we get around to intersection / union logic. |
Sorry, something went wrong.
These are used as settings when creating new column families within a table. Also slipping in 3 small Bigtable docstring updates.
|
@tseaver PTAL. I used _total_seconds from: |
Sorry, something went wrong.
|
Looks like https://pypi.python.org/pypi/protobuf/3.0.0b1.post1 (released today) caused Travis to fail: ... Collecting protobuf>=3.0.0a3 Downloading protobuf-3.0.0b1.post1.tar.gz (200kB) |
Sorry, something went wrong.
Caused by a breakage in latest protobuf release (3.0.0b1.post1).
|
@tseaver I filed protocolbuffers/protobuf#1056 and pinned to 3.0.0a3 for now. If you like I can pin to it in another PR. |
Sorry, something went wrong.
Shouldn't we remove that version, and replace it with the new one in gcloud._helpers? Other than that, LGTM. |
Sorry, something went wrong.
|
@tseaver It's not used anymore, I just remembered we had it before we put all time related stuff in gcloud._helpers. |
Sorry, something went wrong.
Adding primitive Bigtable garbage collection rule classes.
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Updates docstrings in `google/auth/transport/urllib3.py` to reference `urllib3.PoolManager` instead of the removed/private `urllib3.request.RequestMethods`, ensuring compatibility with `urllib3` v2 documentation standards. NOTE: This PR supercedes an [older PR #1290](googleapis/google-auth-library-python#1290), because some of the content or suggested changes in the older PR are overtaken by events and/or been incorporated via [other recent PRs](googleapis/google-auth-library-python#1389). --- *PR created automatically by Jules for task [17649723998293325458](https://jules.google.com/task/17649723998293325458) started by @chalmerlowe* Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
… bug on m1 (#1290) * fix: explicitly add bq to samples reqs, upgrade grpc to fix bug on m1 * update grpc in setup.py * fix: rm 3.6 constraints, add grpcio to 3.7-3.10 constraints
To create a new notification, the notification_id field must be set to None. Update the error message to clarify this. Fixes #1289
| Back | FazBrowse Home | New Git URL |
These are used as settings when creating new column
families within a table.
Also slipping in 3 small Bigtable docstring updates.