chore: Bigquery example preview client (#935)
* Bigquery example preview client Signed-off-by:JacobSMoller <scherffenberg91@gmail.com> * Fix bad copy paste of imports Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com> * Clean up junk comment in config Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com> * Refactor way to config custom implementation and fix mypy Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com> * Optional install of dependencies for bigquery preview client Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com> * install bigquery deps for unit testing on PR Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com> * Make an all_deps option like in databuilder Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com> * Just use all option for unit tests Signed-off-by:
JacobSMoller <scherffenberg91@gmail.com>
Showing
... | ... | @@ -92,3 +92,4 @@ retrying>=1.3.3,<2.0 |
# License: Apache 2.0 | ||
# Upstream url: https://pypi.org/project/dataclasses/ | ||
dataclasses==0.8; python_version < '3.7' | ||
Please register or sign in to comment