Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakobera/luigi-bigquery-exercise

Example code of bq_sushi2
https://github.com/hakobera/luigi-bigquery-exercise

Last synced: about 1 month ago
JSON representation

Example code of bq_sushi2

Awesome Lists containing this project

README

        

# luigi-bigquery-exercise

Example code of bq_sushi2

## Setup

```bash
$ 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.

```bash
$ luigid
```

Then open another console and run

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