Skip to content

Implementing Bigtable PartialRowData.update_from_read_rows(). - #1494

Merged
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:bigtable-partial-row-update-from
Feb 18, 2016
Merged

Implementing Bigtable PartialRowData.update_from_read_rows().#1494
dhermes merged 1 commit into
googleapis:masterfrom
dhermes:bigtable-partial-row-update-from

Conversation

@dhermes

Copy link
Copy Markdown
Contributor

No description provided.

@dhermesdhermes added the api: bigtable Issues related to the Bigtable API. label Feb 18, 2016
@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 18, 2016
raise ValueError('Unexpected chunk property: %s' % (
chunk_property,))

self._chunks_encountered = True

This comment was marked as spam.

This comment was marked as spam.

@tseaver

Copy link
Copy Markdown
Contributor

LGTM (the question about _chunks_encountered need not block a merge).

dhermes added a commit that referenced this pull request Feb 18, 2016
Implementing Bigtable PartialRowData.update_from_read_rows().
@dhermes
dhermes merged commit 0891906 into googleapis:masterFeb 18, 2016
@dhermes
dhermes deleted the bigtable-partial-row-update-from branch February 18, 2016 20:35
@dhermesdhermes mentioned this pull request Feb 20, 2016
parthea pushed a commit that referenced this pull request Nov 24, 2025
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
parthea pushed a commit that referenced this pull request Nov 26, 2025
…entials (#1496)
* feat: refactor AWS and identity pool credentials to use suppliers (#1484)
* feat: refactor aws and identity pool credentials to use supplier framework
* Linting
* changing class types
* linting
* remove unused import
* Fix typing
* add docstring and fix casing
* feat: Adds support for custom suppliers in AWS and Identity Pool credential instantiation (#1494)
* feat: refactor aws and identity pool credentials to use supplier framework
* Linting
* changing class types
* linting
* remove unused import
* Fix typing
* add docstring and fix casing
* feat: adds support for passing suppliers to credentials.
* fixes merge issues and adds _has_custom_supplier method
* adds _has_custom_supplier function to identity_pool
* Update google/auth/external_account.py
Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>
* Respond to comments and fix docs
---------
Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>
* docs: add documentation for suppliers (#1495)
* docs: update docs for programmatic
* add space
* update user guide
* update docs
* Apply suggestions from code review
Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
* Update docs
* Add docs about context and request
---------
Co-authored-by: Carl Lundin <108372512+clundin25@users.noreply.github.com>
Co-authored-by: Leo <39062083+lsirac@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtableIssues related to the Bigtable API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@dhermes@tseaver@googlebot