Skip to content

Bigtable Batcher, RowData, Row Operations, AppendRow snippets#7019

Merged
crwilcox merged 23 commits intogoogleapis:masterfrom
sangramql:bigtable_batcheroperations_snippets
Mar 14, 2019
Merged

Bigtable Batcher, RowData, Row Operations, AppendRow snippets#7019
crwilcox merged 23 commits intogoogleapis:masterfrom
sangramql:bigtable_batcheroperations_snippets

Conversation

@sangramql
Copy link
Copy Markdown
Contributor

No description provided.

@sangramql sangramql requested a review from crwilcox as a code owner December 23, 2018 00:45
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 23, 2018
@sangramql
Copy link
Copy Markdown
Contributor Author

@tseaver @sduskis @AVaksman
Please review the updated PR.

@tseaver tseaver added api: bigtable Issues related to the Bigtable API. type: docs Improvement to the documentation for an API. labels Jan 3, 2019
row_key = b'row_key_1'
row = table.row(row_key)
row.set_cell(COLUMN_FAMILY_ID,
COL_NAME1,

This comment was marked as spam.


batcher.mutate_rows([row1, row2, row3, row4])

# batcher will flush current batch if it

This comment was marked as spam.

@JustinBeckwith JustinBeckwith added the 🚨 This issue needs some love. label Feb 7, 2019
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Feb 7, 2019
Copy link
Copy Markdown
Contributor

@billyjacobson billyjacobson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

# Add a single row
row_key = b'row_key'
row = table.row(row_key)
row.set_cell(COLUMN_FAMILY_ID, COL_NAME1, 'value-0')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the value be a byte string?

@crwilcox crwilcox force-pushed the bigtable_batcheroperations_snippets branch from bf2dcbc to 9fd3576 Compare March 8, 2019 18:46
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2019
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2019
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 8, 2019
@crwilcox crwilcox changed the title Bigtable Batcher snippets Bigtable Batcher, RowData, Row Operations snippets Mar 12, 2019
@crwilcox crwilcox changed the title Bigtable Batcher, RowData, Row Operations snippets Bigtable Batcher, RowData, Row Operations, AppendRow snippets Mar 12, 2019
@crwilcox crwilcox added kokoro:force-run Add this label to force Kokoro to re-run the tests. and removed 🚨 This issue needs some love. labels Mar 12, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 12, 2019
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Mar 12, 2019
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 13, 2019
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@crwilcox crwilcox added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 14, 2019
@crwilcox crwilcox merged commit f242cc1 into googleapis:master Mar 14, 2019
@sethtroisi
Copy link
Copy Markdown
Contributor

This was super awesome, I was just looking for an AppendRow example, can't wait till these examples go live 👍

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. 🚨 This issue needs some love. type: docs Improvement to the documentation for an API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants