| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Bigtable Row | ||
| ============ | ||
|
|
||
| A |
|
Does it make sense to stuff the autogen stuff under a ref folder? |
Sorry, something went wrong.
|
Finished a pass, please let me know when you're ready for another round. |
Sorry, something went wrong.
| >>> from gcloud import bigtable | ||
| >>> client = bigtable.Client() | ||
|
|
||
| or pass in ``credentials`` and ``project`` explicitly |
|
@jonparrott Just pushed a new commit PTAL. I did a full pass to make sure things still made sense (since the API has changed over time) and found a few changes to make here and there (many are stylistic). |
Sorry, something went wrong.
|
This LGTM once @jgeewax's comments are addressed. (Also don't forget to squash) |
Sorry, something went wrong.
|
Thanks |
Sorry, something went wrong.
|
Dangling questions to be resolved when #1548 is. Merging now. |
Sorry, something went wrong.
|
I see this one is merged -- are the docs up to date on both gh-pages and gcloud-python.readthedocs.org? (http://gcloud-python.readthedocs.org/en/latest/happybase-package.html doesn't look like the demo) |
Sorry, something went wrong.
|
AFK right now but will try to sleuth. Looks like the docs build is broken somehow |
Sorry, something went wrong.
|
@jgeewax confirmed the build failure: https://readthedocs.org/projects/gcloud-python/builds/3798705/ For example: /home/docs/checkouts/readthedocs.org/user_builds/gcloud-python/checkouts/latest/docs/happybase-table.rst:4: WARNING: autodoc: failed to import module u'gcloud.bigtable.happybase.table'; the following exception was raised:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/gcloud-python/envs/latest/local/lib/python2.7/site-packages/sphinx/ext/autodoc.py", line 385, in import_object
__import__(self.modname)
File "/home/docs/checkouts/readthedocs.org/user_builds/gcloud-python/checkouts/latest/gcloud/bigtable/__init__.py", line 18, in <module>
from gcloud.bigtable.client import Client
File "/home/docs/checkouts/readthedocs.org/user_builds/gcloud-python/checkouts/latest/gcloud/bigtable/client.py", line 32, in <module>
from grpc.beta import implementations
ImportError: No module named grpc.betaI forgot I had a hack in place and will do something similar (but closer to the recommended way of fixing bad imports). |
Sorry, something went wrong.
…leep (#1547) chore: No sleep on initial attempt in exponential backoff implementation It is unintuitive that the initial attempt in the exponential backoff loop sleeps. This can lead to subtle bugs in future call sites. This patch refactors the exponential backoff to begin sleeping on the 2nd iteration so requests can be done in a single for loop.
* add AsyncAbstractObjectStream this will be the parent class for AsyncReadObjectStream and AsyncWriteObjectStream * keep _AsyncAbstractObjectStream private * Add _AsyncReadObjectStream and it's stubs * fix doc strings, add licence and type hints * pass abstract methods * add handle param * include handle in tests * remove unit tests for abstract class * edit doc string for _AsyncReadObjectStream * bucket_name and object_name cannot be NONE * bucket_name and object_name cannot be None * minor edit - add bidi-stream in doc string * add checks for invalid inputs
…low_large_results=False (#1547)
| Back | FazBrowse Home | New Git URL |
Docs serving (for now at least, as of 12:45pm Pacific on Feb. 26): https://blog.bossylobster.com/gcloud-python/latest/bigtable-usage.html