| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
LGTM, this is the right set of stuff to be skipping. |
Sorry, something went wrong.
|
w00t. |
Sorry, something went wrong.
| python {toxinidir}/system_tests/run_emulator.py --package=bigtable | ||
| passenv = | ||
| GOOGLE_CLOUD_DISABLE_GRPC | ||
| deps = {[testenv:datastore-emulator]deps} |
| wait_ready_prefix(popen, _PS_READY_LINE_PREFIX) | ||
|
|
||
|
|
||
| def bigtable_wait_ready(popen): |
| } | ||
| _DS_READY_LINE = '[datastore] Dev App Server is now running.\n' | ||
| _PS_READY_LINE_PREFIX = '[pubsub] INFO: Server started, listening on ' | ||
| _BT_READY_LINE_PREFIX = '[bigtable] Cloud Bigtable emulator running on ' |
| if Config.IN_EMULATOR is not None: | ||
| self.skipTest( | ||
| 'Instance Admin API not supported in Bigtable emulator') | ||
| self.instances_to_delete = [] |
|
@daspecster @tseaver PTAL. (Also on LGTM, please remind me to squash.) |
Sorry, something went wrong.
Also updating the pubsub system test with similar support for detection of the emulator at run-time rather than import time. Fixes googleapis#2242.
|
Glad to see this merged! Can we do a release on the back of this? We want to add emulator documentation that mentions the python support. |
Sorry, something went wrong.
|
Sure thing |
Sorry, something went wrong.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.7.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:c8612d3fffb3f6a32353b2d1abd16b61e87811866f7ec9d65b59b02eb452a620 <details><summary>google-cloud-bigquery: 3.39.0</summary> ## [3.39.0](googleapis/python-bigquery@v3.38.0...v3.39.0) (2025-12-12) ### Features * adds support for Python runtime 3.14 (#2322) ([6065e14c](googleapis/python-bigquery@6065e14c)) * Add ExternalRuntimeOptions to BigQuery routine (#2311) ([fa76e310](googleapis/python-bigquery@fa76e310)) ### Bug Fixes * remove ambiguous error codes from query retries (#2308) ([8bbd3d01](googleapis/python-bigquery@8bbd3d01)) * include `io.Base` in the `PathType` (#2323) ([b11e09cb](googleapis/python-bigquery@b11e09cb)) * honor custom `retry` in `job.result()` (#2302) ([e118b029](googleapis/python-bigquery@e118b029)) ### Documentation * remove experimental annotations from GA features (#2303) ([1f1f9d41](googleapis/python-bigquery@1f1f9d41)) </details> Co-authored-by: Daniel Sanche <d.sanche14@gmail.com>
* feat: adds support for Python runtime 3.14 * adds step to install gdal * adds files required by pyarrow * adds repo required by pyarrow * corrects url to repo required by pyarrow * testing a theory with a conditional * testing a theory with a conditional version of ubuntu * testing a new approach to installing arrow * testing a new approach to dearmoring the key * back to the basics * trying a conditional again. * adds explanatory comment resets ubuntu version to latest * Apply suggestion from @chalmerlowe * Apply suggestion from @chalmerlowe * Apply suggestion from @chalmerlowe * Apply suggestion from @chalmerlowe
Added conventional-pre-commit hook for commit-msg stage. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-bigquery-dataframes/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [ ] Ensure the tests and linter pass - [ ] Code coverage does not decrease (if any source code was changed) - [ ] Appropriate docs were updated (if necessary) Fixes #<issue_number_goes_here> 🦕 --------- Co-authored-by: Shenyang Cai <sycai@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Also updating the pubsub system test with similar support for detection of the emulator at run-time rather than import time.
Fixes #2242.
FYI @garye this is the current output: