| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| if self.view_query is not None: | ||
| view = resource['view'] = {} | ||
| view['query'] = self.view_query | ||
| # https://github.com/GoogleCloudPlatform/gcloud-python/issues/1701 |
|
Lint errors: ************* Module gcloud.bigquery.test_table I:1400, 0: Locally disabling too-many-statements (R0915) (locally-disabled) I:1602, 0: Locally disabling unused-argument (W0613) (locally-disabled) W:800, 8: Unused variable 'full_name' (unused-variable) W:801, 8: Unused variable 'age' (unused-variable) |
Sorry, something went wrong.
| view = resource['view'] = {} | ||
| view['query'] = self.view_query | ||
| # Back-end rejects 'schema' when passing a query. | ||
| del resource['schema'] |
|
@dhermes Any remaining issue? |
Sorry, something went wrong.
|
LGTM. Squash if you have the energy for it. |
Sorry, something went wrong.
Fix coverage gap introduced in PR #1703.
* fix: load_table_from_dataframe for higher scale decimal * Update test_client.py * fix test_load_table_from_dataframe_w_higher_scale_decimal128_datatype --------- Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
Bump the current version in `.librarian/state.yaml` to `3.7.0` to cater for googleapis/python-storage#1621 which was released on December 9 2025. This will address the issue in googleapis/python-storage#1701 where librarian sets the version to `3.7.0` which has already been released. The reason that this manual PR is needed is because the release on December 9th used a different tool `release-please` which does not update the `.librarian/state.yaml` file.
| Back | FazBrowse Home | New Git URL |
Closes #1701.