We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f247d95 commit 80b8bbeCopy full SHA for 80b8bbe
bigframes/session/__init__.py
@@ -294,6 +294,7 @@ def _query_to_destination(
294
try:
295
# Write to temp table to workaround BigQuery 10 GB query results
296
# limit. See: internal issue 303057336.
297
+ job_config.labels["error_caught"] = "True"
298
_, query_job = self._start_query(query, job_config=job_config)
299
return query_job.destination, query_job
300
except google.api_core.exceptions.BadRequest:
0 commit comments