command
Version:
v0.17.0
Opens a new window with list of versions in this module.
Published: Mar 5, 2021
License: MIT
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
bq-load
takes one of more line deliminated json files and loads them into a bigquery table.
Google Cloud Docs
Task info string
- origin: (gs://path/file.json) - location of file to be uploaded (s3, gs or local)
- Insertion Option - 1 of 3
truncate
: truncate the table before insertion
append
: (default) append the file to the table
delete
: a map of key, values used to delete data before insertion i.e., (delete=date:2020-01-02)
direct_load
use this option if you would like BigQuery to load from a google storage location BigQuery auth will have to have access to this location
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.