Skip to content

Fix bq load command for cloudflare logs

Igor requested to merge fix-cloudflare-bq-load into master

This fixes the bq load command.

  • Newer versions of bq no longer accept a pipe input, so we need to write schema-http.json to a file.
  • We enabled logging of some request and response headers, so those need to be included in the schema.

Merge request reports