We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972e924 commit b8178b9Copy full SHA for b8178b9
bigframes/session/__init__.py
@@ -380,7 +380,7 @@ def _query_to_destination(
380
try:
381
# Write to temp table to workaround BigQuery 10 GB query results
382
# limit. See: internal issue 303057336.
383
- job_config.labels["error_caught"] = "True"
+ job_config.labels["error_caught"] = "true"
384
_, query_job = self._start_query(query, job_config=job_config)
385
return query_job.destination, query_job
386
except google.api_core.exceptions.BadRequest:
0 commit comments