Skip to content

Commit cf404c2

Browse files
authored
fix(bigquery): undo removal of job_id_prefix functionality from raw_sql (#11349)
1 parent 2188723 commit cf404c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ibis/backends/bigquery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ def raw_sql(
777777
with contextlib.suppress(AttributeError):
778778
query = query.sql(self.dialect)
779779

780-
return self.client.query_and_wait(
780+
return self._client_query(
781781
query, job_config=job_config, project=self.billing_project
782782
)
783783

0 commit comments

Comments
 (0)