| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
LGTM |
Sorry, something went wrong.
|
|
||
| gRPC is required for using the Cloud Bigtable API. As of May 2016, | ||
| ``grpcio`` is only supported in Python 2.7, so importing | ||
| :mod:`gcloud.bigtable` will fail. |
- Adding an import error with a nice failure message in `gcloud.bigtable` in the absence of `grpcio` - Making `setup.py` include `grpcio` conditional on being Python 2.7 - Adding a warning to every single Bigtable docs page explaining that it can't be used outside of Python 2.7
Sorry, something went wrong.
| gRPC is required for using the Cloud Bigtable API. As of May 2016, | ||
| ``grpcio`` is only supported in Python 2.7, so importing | ||
| :mod:`gcloud.bigtable` will fail. | ||
| :mod:`gcloud.bigtable` in other versions of Python in other versions of Python will fail. |
|
Minor comment re the banner -- otherwise LGTM 👍 |
Sorry, something went wrong.
|
Issue #1858 tracks the DRYness issue. |
Sorry, something went wrong.
* fix: suppress deprecation warning for ADC * secret * lint
* chore: enable order_by and limit for new compiler * fix tests after merge main
| Back | FazBrowse Home | New Git URL |
/cc @jgeewax