bq

The bq command-line tool is a Python-based command-line tool for BigQuery.

=> More information.

bq query --nouse_legacy_sql 'SELECT COUNT(*) FROM {DATASET_NAME}.{TABLE_NAME}'
bq query --use_legacy_sql=false --parameter='ts_value:TIMESTAMP:2016-12-07 08:00:00' 'SELECT TIMESTAMP_ADD(@ts_value, INTERVAL 1 HOUR)'
bq mk --location=US {dataset_name}.{table_name}
bq ls --filter labels.{key}:{value} --max_results {integer} --format=prettyjson --project_id {project_id}
bq load --location={location} --source_format={CSV|JSON|PARQUET|AVRO} {dataset}.{table} {path_to_source}
bq cp {dataset}.{OLD_TABLE} {dataset}.{new_table}
bq help
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/bq.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
117.557351 milliseconds
Gemini-to-HTML Time
0.299512 milliseconds

This content has been proxied by September (3851b).