| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Cloud Bigtable scopes are of the form `https://www.googleapis.com/auth/bigtable.*` per the docs: https://cloud.google.com/bigtable/docs/creating-vm-instance Previously, they were listed with the form `https://www.googleapis.com/auth/cloud-bigtable.*` which are invalid, leading to user-reported errors.
|
LGTM if it LGTY 😀 |
Sorry, something went wrong.
…True (#1631) * fix: restore grpc-google-iam-v1 dependency when api.has_iam_mixin is True * add IAM dependency to eventarc golden files * address review comments * clean up * style * style
This PR expands the functionality of the `index_col` parameter in the `read_csv` method. New capabilities include: 1. **Multi-column Indexing:** `index_col` now accepts an iterable of strings (column names) to create a MultiIndex. (Fixes internal issue 338089659) 2. **Integer Indexing:** Support for a single integer index or an iterable of integers (column positions) is also explicitly included/verified. (Fixes internal issue 404530013) 3. **Pandas Compatibility:** Adds tests to ensure that the behavior of `index_col` when set to `False`, `None`, or `True` aligns with standard Pandas behavior. (Fixes internal issue 338400133)
| Back | FazBrowse Home | New Git URL |
Cloud Bigtable scopes are of the form
https://www.googleapis.com/auth/bigtable.*
per the docs: https://cloud.google.com/bigtable/docs/creating-vm-instance
Previously, they were listed with the form
https://www.googleapis.com/auth/cloud-bigtable.* which are invalid,
leading to user-reported errors.