FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix Cloud Bigtable scopes. by mbrukman · Pull Request #1631 · googleapis/google-cloud-python · GitHub

Fix Cloud Bigtable scopes. - #1631

Merged
dhermes merged 1 commit into
googleapis:masterfrom
mbrukman:fix-bigtable-scopes
Mar 18, 2016
Merged

Fix Cloud Bigtable scopes.#1631
dhermes merged 1 commit into
googleapis:masterfrom
mbrukman:fix-bigtable-scopes

Conversation

Copy link
Copy Markdown
Contributor

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.

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.
mbrukman force-pushed the fix-bigtable-scopes branch from a5d2913 to 5ab003a Compare March 18, 2016 04:44
googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 18, 2016

lesv commented Mar 18, 2016

Copy link
Copy Markdown

@dhermes Misha is PM for Bigtable

dhermes commented Mar 18, 2016

Copy link
Copy Markdown
Contributor

LGTM if it LGTY 😀

dhermes added a commit that referenced this pull request Mar 18, 2016
dhermes merged commit 60afd92 into googleapis:master Mar 18, 2016
tseaver added the api: bigtable Issues related to the Bigtable API. label Mar 18, 2016
parthea added a commit that referenced this pull request Nov 24, 2025
…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
parthea pushed a commit that referenced this pull request Apr 1, 2026
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL