-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Bigtable Cell class. #1473
Conversation
Used to held data in rows retrieved.
Travis failed on the docs build:
|
No explicit tests for the |
Double fail. Sorry, forgot to stage it. Must've been in a hurry. |
@tseaver PTAL. Still would like to know what you think about having |
My only quibble is with the filename: given that the module just contains the |
|
SGTM |
And the content of this commit? |
Fine to merge. |
Used to hold data in rows retrieved.
@tseaver This module could definitely use some design review (none of the content here yet, but worth discussing now or at least thinking about).
Right now, the implementation is as follows:
Table
(and aCell
is like a "column" in a row, so there can be many), so the helpers needed to parse a row that was read are inrow_data.py
Row
, and this is all done inrow.py
(all code submitted or merged)