Skip to content
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

BigQuery connector handles queries without return values (create table, create view) #1000

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

austinweisgrau
Copy link
Collaborator

Addresses #999

The BigQuery connector can now successfully run a query to create a table or a view without raising an AttributeError when unsuccessfully trying to fetch results from the query.

Normally you can use the return_value=False flag, but that shouldn't be necessary

@austinweisgrau austinweisgrau merged commit 2617134 into move-coop:main Feb 21, 2024
10 checks passed
@austinweisgrau austinweisgrau deleted the bq_no_return branch February 21, 2024 21:29
Jason94 pushed a commit to Jason94/parsons that referenced this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants