Skip to content

A command line application designed to provide a simple method to execute one or more SQL queries against a given dataset in BigQuery. A detailed log is output to the console providing you with the available execution statistics.

License

wintermi/bqrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigQuery Query Runner

Workflows Go Report License Release

Description

A command line application designed to provide a simple method to execute one or more SQL queries against a given dataset in BigQuery. A detailed log is output to the console providing you with the available execution statistics.

USAGE:
    bqrunner -p PROJECT_ID -d DATASET -i INPUT_PATH -o OUTPUT_PATH

ARGS:
  -c	Disable Query Cache
  -d string
    	BigQuery Dataset  (Required)
  -dr
    	Dry Run
  -f string
    	Field Delimter (default ",")
  -i string
    	Input SQL Path  (Required)
  -l string
    	BigQuery Data Processing Location
  -o string
    	Output Results Path  (Required)
  -p string
    	Google Cloud Project ID  (Required)
  -s	Shuffle Queries
  -v	Output Verbose Detail

License

bqrunner is released under the Apache License 2.0 unless explicitly mentioned in the file header.

About

A command line application designed to provide a simple method to execute one or more SQL queries against a given dataset in BigQuery. A detailed log is output to the console providing you with the available execution statistics.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages