Describe the bug
With enable_bigquery_load, background job fails to insert due to bad schema:
DEFAULT 2025-04-14T21:07:09Z [resource.labels.instanceId: smallslurm-controller] Apr 14 21:07:09 smallslurm-controller load_bq.py[10026]: {'errors': [{'debugInfo': '',
DEFAULT 2025-04-14T21:07:09Z [resource.labels.instanceId: smallslurm-controller] Apr 14 21:07:09 smallslurm-controller load_bq.py[10026]: 'location': 'job_db_uuid',
DEFAULT 2025-04-14T21:07:09Z [resource.labels.instanceId: smallslurm-controller] Apr 14 21:07:09 smallslurm-controller load_bq.py[10026]: 'message': 'Cannot convert value to integer (bad value): '
DEFAULT 2025-04-14T21:07:09Z [resource.labels.instanceId: smallslurm-controller] Apr 14 21:07:09 smallslurm-controller load_bq.py[10026]: '9797115724809186304',
DEFAULT 2025-04-14T21:07:09Z [resource.labels.instanceId: smallslurm-controller] Apr 14 21:07:09 smallslurm-controller load_bq.py[10026]: 'reason': 'invalid'}],
Steps to reproduce
Steps to reproduce the behavior:
- Enable
enable_bigquery_load: true
- Run a job
- Check controller logs to see above error.
Expected behavior
Rows inserted by job.
Actual behavior
No rows inserted.
Version (gcluster --version)
Output and logs
See above
Screenshots
Execution environment
- OS: [macOS, ubuntu, ...]: MacOS
- Shell (To find this, run
ps -p $$): bash
Describe the bug
With
enable_bigquery_load, background job fails to insert due to bad schema:Steps to reproduce
Steps to reproduce the behavior:
enable_bigquery_load: trueExpected behavior
Rows inserted by job.
Actual behavior
No rows inserted.
Version (
gcluster --version)Output and logs
See above
Screenshots
Execution environment
ps -p $$): bash