You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Correct BigQuery example to use bq load instead of bq insert
- Replace incorrect 'bq insert' with 'bq load' command
- Use newline-delimited JSON format as required by BigQuery
- Implement batching for efficient loading (avoids per-request overhead)
- Add trap handler for graceful shutdown
- Include requester_ip field in logged data
- Use proper --source_format and --autodetect flags
0 commit comments