| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This does not add support for namespace in `_implicit_environ`. Related to googleapis#902.
|
FWIW I checked where namespace is used in the .proto API. It is only used in PartitionId (along with dataset_id) and the PartitionId message type is only used in Key and RunQueryRequest. Accordingly, the only places we support namespace is:
|
Sorry, something went wrong.
|
Cool, as long as it's an option on the client class when that happens I'm satisfied. |
Sorry, something went wrong.
|
LGTM. I plan to rename datastore.dataset.Dataset -> datastore.client.Client after this merges. |
Sorry, something went wrong.
|
OK SGTM |
Sorry, something went wrong.
Adding namespace to dataset class.
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
* fix: guard imports against unsupported pyarrow versions * add unit tests * fix pytype * second try at fixing pytype
🤖 I have created a release \*beep\* \*boop\* --- ## [2.26.0](https://www.github.com/googleapis/python-bigquery/compare/v2.25.2...v2.26.0) (2021-09-01) ### Features * set the X-Server-Timeout header when timeout is set ([#927](https://www.github.com/googleapis/python-bigquery/issues/927)) ([ba02f24](https://www.github.com/googleapis/python-bigquery/commit/ba02f248ba9c449c34859579a4011f4bfd2f4a93)) ### Bug Fixes * guard imports against unsupported pyarrow versions ([#934](https://www.github.com/googleapis/python-bigquery/issues/934)) ([b289076](https://www.github.com/googleapis/python-bigquery/commit/b28907693bbe889becc1b9c8963f0a7e1ee6c35a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
* fix: rst retry for txn * rst changes and tests * fix * rst stream comment changes * lint * lint
| Back | FazBrowse Home | New Git URL |
This does not add support for namespace in _implicit_environ.
Related to #902.
As a result of #861 we will likely be removing _implicit_environ which makes this the actual resolution of #902.
/cc @jonparrott