davidhcoe opened a new pull request, #2966: URL: https://github.com/apache/arrow-adbc/pull/2966
In some situations, the publicProjectId gets passed as the actual project ID and causes an error when we try to create a query job: ``` Google.GoogleApiException : The service bigquery has thrown an exception. HttpStatusCode is Forbidden. Access Denied: Project bigquery-public-data: User does not have bigquery.jobs.create permission in project bigquery-public-data. ``` This PR adds a check for the public project ID and treats it as if we need to detect the project ID for the caller. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org