Skip to content

yut148/luigi-bigquery-exercise

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luigi-bigquery-exercise

Example code of bq_sushi2

Setup

$ pip install -r requirements.txt

Run with local scheduler

$ ./tasks/tasks.py DailyTask --day 2015-11-17 --local-scheduler

Run with central scheduler

Run luigid first, and open http://localhost:8082.

$ luigid

Then open another console and run

$ ./tasks/tasks.py DailyTask --day 2015-11-17

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%