You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Sending a job with Query(query).execute(priority='low') results in job being executed with interactive priority (as shown by BQ UI).
The documentation also says the argument should be 'batch', but in the code it's batch = priority == 'low'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Sending a job with
Query(query).execute(priority='low')
results in job being executed with interactive priority (as shown by BQ UI).The documentation also says the argument should be
'batch'
, but in the code it'sbatch = priority == 'low'
The text was updated successfully, but these errors were encountered: