bq-load

command
v0.17.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2021 License: MIT Imports: 16 Imported by: 0

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

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL