Skip to content

Create/update operations for Google BigQuery datasets

Notifications You must be signed in to change notification settings

monoflux/datasetmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication in Google Cloud

Set environment variable GOOGLE_APPLICATION_CREDENTIALS to a path to google credentials file.

Installation

git clone https://github.com/Lights-Out/datasetmanager.git && cd datasetmanager
mvn install

Run

1 task:

cd table-creator
mvn exec:java -Dexec.args="projectId datasetId prefix count"

2 task:

cd table-updater
mvn exec:java -Dexec.args="projectId datasetId"

About

Create/update operations for Google BigQuery datasets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages