-
Notifications
You must be signed in to change notification settings - Fork 882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for the service account email to be provided for a Pub/Sub BigQuery subscription #2677
Conversation
…uery subscription
THanks for this PR, can you add a quick example test in the module's README, or modify one of the existing ones? |
Added an example in the README as requested. |
Committed a fix for the liniting / test failures |
Head branch was pushed to by a user without write access
Hopefully that should resolve the testing failures. |
This is still failing, please check our contributing guide on how to write tests. Closing this PR, will reopen with fixed code. Thanks for pushing this forward. |
Pull request was closed
Allow for the service account email to be provided for a Pub/Sub BigQuery subscription.
PR that will allow you to define and pass-through the
service_account_email
attribute to thebigquery_config
.