hardbq
Run a BigQuery query that fails if it would process more than 1 GB of data
command
bq query --use_legacy_sql=false --maximum_bytes_billed=1000000000 'SELECT * FROM DATASET.TABLE'also accepted
bq query --maximum_bytes_billedbq query --use_legacy_sql=false --maximum_bytes_billed