Documentation
¶
Overview ¶
Command bqupload inserts rows in a BigQuery table.
It is a lightweight alternative to 'bq insert' command from gcloud SDK.
Inserts the records formatted as newline delimited JSON from file into the specified table. If file is not specified, reads from stdin. If there were any insert errors it prints the errors to stderr.
Usage:
bqupload <project>.<dataset>.<table> [<file>]
Click to show internal directories.
Click to hide internal directories.