googledatalab / pydatalab

Google Datalab Library
Apache License 2.0
194 stars 79 forks source link

Can't assing batch priority to job with Query.execute() #716

Open Leoniak713 opened 5 years ago

Leoniak713 commented 5 years ago

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'