bigquery-emulator
bigquery-emulator copied to clipboard
The job is not actually being created after request to `queries`
Description
The POST request to the /projects/{projects}/queries
endpoint is expected to create a job and return a job_id. However, it has been observed that the job is not actually being created even though a job_id is returned in the response.
As a result, the job_id received from the response cannot be used since it does not correspond to any created job. In contrast, when making queries to Google's BigQuery, a job is created as expected.
We would like to inquire if there is any chance to modify the behavior of the /projects/{projects}/queries
endpoint to actually create a job similar to how the insert's behavior works. This would greatly improve the functionality and usability of the endpoint.