Uh oh!
There was an error while loading. Please reload this page.
Move datastore code into a subpackage - #2417
Conversation
| REQUIREMENTS = [ | ||
| 'google-cloud-core', | ||
| 'grpcio >= 1.0.0', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
| REQUIREMENTS = [ | ||
| 'google-cloud-core', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
e98911b to
5cc0b29Compare| - tox -e lint | ||
| - tox -e cover | ||
| - (cd core && tox -e cover) | ||
| - (cd datastore && tox -e cover) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
tseaver
commented
Sep 26, 2016
LGTM |
Done via: $ mkdir -p datastore/google/cloud $ cp google/__init__.py datastore/google/__init__.py $ git add datastore/google/__init__.py $ cp google/cloud/__init__.py datastore/google/cloud/__init__.py $ git add datastore/google/cloud/__init__.py $ git mv google/cloud/datastore datastore/google/cloud/datastore $ git mv unit_tests/datastore datastore/unit_tests
- Adding README, setup.py, MANIFEST.in, .coveragerc and tox.ini
- Adding google-cloud-datastore as a dependency to the umbrella
package
- Adding the datastore subdirectory into the list of packages
for verifying the docs
- Incorporating the datastore subdirectory into the umbrella
coverage report
- Adding the datastore only tox tests to the Travis config
- Adding {toxinidir}/../core as a dependency for the datastore
tox config5cc0b29 to
0401983Comparedhermes
commented
Sep 26, 2016
As with #2416, Pushed to resolve rebase conflict and re-ran script. Won't wait on Travis since a) that could be awhile and b) this will be painful. |
…tching the backend compiler (#2417) This change adds `bigframes.pandas.options.experiments.sql_compiler` to allow switching the backend compiler. Currently, the default remains set to 'legacy' (ibis), but users can now optionally switch to the 'experimental' (sqlglot) compiler. Fixes internal issue 479912001🦕
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:e7cc6823efb073a8a26e7cefdd869f12ec228abfbd2a44aa9a7eacc284023677 <details><summary>bigframes: 2.34.0</summary> ## [2.34.0](google/bigframes@v2.33.0...v2.34.0) (2026-02-02) ### Features * add `bigframes.pandas.options.experiments.sql_compiler` for switching the backend compiler (#2417) ([7eba6ee03f07938315d99e2aeaf72368c02074cf](google/bigframes@7eba6ee)) * add bigquery.ml.generate_embedding function (#2422) ([35f3f5e6f8c64b47e6e7214034f96f047785e647](google/bigframes@35f3f5e)) * add bigquery.create_external_table method (#2415) ([76db2956e505aec4f1055118ac7ca523facc10ff](google/bigframes@76db295)) * add deprecation warnings for .blob accessor and read_gbq_object_table (#2408) ([7261a4ea5cdab6b30f5bc333501648c60e70be59](google/bigframes@7261a4e)) * add bigquery.ml.generate_text function (#2403) ([5ac681028624de15e31f0c2ae360b47b2dcf1e8d](google/bigframes@5ac6810)) ### Bug Fixes * broken job url (#2411) ([fcb5bc1761c656e1aec61dbcf96a36d436833b7a](google/bigframes@fcb5bc1))
This PR was created via: https://gist.github.com/dhermes/e239691aa584bd56a5352e34aad27cf3
NOTE: Since only
bigtableanddatastorehad to touch therun_pylintandtox.iniconfigs for ignoring generated code, the 3rd commit is just written the old-fashioned way.