FEATURE: Add support for google.auth.credentials.AnonymousCredentials - #1378
FEATURE: Add support for google.auth.credentials.AnonymousCredentials#1378shrivastava-ankur wants to merge 3 commits into
Conversation
|
Thanks for your pull request, and welcome to our community! We require contributors to sign our Contributor License Agreement and we don't seem to have your signature on file. Check out this article for more information on why we have a CLA. In order for us to review and merge your code, please submit the Individual Contributor License Agreement form attached above above. If you have questions about the CLA, or if you believe you've received this message in error, please reach out through a comment on this PR. CLA has not been signed by users: @shrivastava-ankur |
805ddaf to
3bf2c5a
Compare
|
This is exactly what I've been searching for. Any chance of getting this merged @MichelleArk @colin-rogers-dbt @mikealfare ? |
|
Hmm, looks like quite a bit of code has been moved since this PR. |
|
@nightscape See the related conversation in a similar PR: |
|
This PR has been marked as Stale because it has been open with no activity as of late. If you would like the PR to remain open, please comment on the PR or else it will be closed in 7 days. |
resolves #
#1377
Problem
Currently there is no way to run dbt-bigquery locally using big-query emulator.
Solution
Support google.auth.credentials.AnonymousCredentials for bigquery enabling to unit test models in isolation locally.
anonymousto use of AnonymousCredentialsapi_endpointto connect to local instance) to client instantiationChecklist