Uh oh!
There was an error while loading. Please reload this page.
Moving Bigtable Row.commit_modifications() into commit(). - #1550
Conversation
dhermes
commented
Feb 29, 2016
@jgeewax@jonparrott LMK what you guys think of this |
theacodes
commented
Feb 29, 2016
This seems pretty reasonable in terms of the API surface/usage. |
dhermes
commented
Feb 29, 2016
👍 |
dhermes
commented
Feb 29, 2016
I think I should update |
tseaver
commented
Feb 29, 2016
Now that I see the change, it feels like there should really be two different row classes in play, rather than having methods which are present, but only available based on the value of |
theacodes
commented
Feb 29, 2016
I'm somewhat leaning towards this as well. Row seems to have significant variadic behavior based on one argument. |
dhermes
commented
Feb 29, 2016
Two classes or three? There are three distinct cases here. Also, do users want three? The worst / grossest "variadic"-ness to me is in the output of |
dhermes
commented
Mar 1, 2016
@tseaver@jonparrott Bump (want to get a release out ASAP so this PR can't block too long). Two questions:
Also @jgeewax Please weigh in. |
tseaver
commented
Mar 1, 2016
Three classes, I think: the |
theacodes
commented
Mar 1, 2016
Agreed. |
dhermes
commented
Mar 1, 2016
Working on it now. |
dhermes
commented
Mar 11, 2016
This can definitely be dropped since #1557 and others covered it. |
feat(zb-experimental): Add AsyncMultiRangeDownloader and it's init method.
* feat: support bq connection path format For example, now a user specified bq connection like "projects/project_id/locations/northamerica-northeast1/connections/conn-name" would also be supported. * include path format in tests with connection mismatch * pass cloud_function_service_account="default" in more tests
Fixes#1548.