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
When querying for offline features with bigquery source, the job id is used to get the status of the bigquery job.
Current Behavior
For a location outside of US (southamerica) the job id to get the status is not found.
Steps to reproduce
Specifications
Possible Solution
Pass bigquery.job.query.QueryJob object to client.get_job(job_id).state instead of job_id as a string. get_job will then get the correct location automatically.
The text was updated successfully, but these errors were encountered:
Expected Behavior
When querying for offline features with bigquery source, the job id is used to get the status of the bigquery job.
Current Behavior
For a location outside of US (southamerica) the job id to get the status is not found.
Steps to reproduce
Specifications
Possible Solution
Pass
bigquery.job.query.QueryJob
object toclient.get_job(job_id).state
instead of job_id as a string.get_job
will then get the correct location automatically.The text was updated successfully, but these errors were encountered: