We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, there is a string
results = client.run_sync_query(query, timeout_ms=1000)
but run_sync_query does not have timeout_ms as an optional argument.
run_sync_query
timeout_ms
The text was updated successfully, but these errors were encountered:
Obviously related to #212, but maybe not worth digging deep on that?
Sorry, something went wrong.
@tseaver Re-opening this after #1392, #1397, #1398 and #1399 were filed. Can you do another pass over bigquery-usage?
bigquery-usage
#1469 addressed the remaining open issues.
tseaver
No branches or pull requests
For example, there is a string
but
run_sync_query
does not havetimeout_ms
as an optional argument.The text was updated successfully, but these errors were encountered: