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

https://github.com/zkan/airflow-for-odds

Airflow for ODDS
https://github.com/zkan/airflow-for-odds

airflow

Last synced: about 1 year ago
JSON representation

Airflow for ODDS

Awesome Lists containing this project

README

          

# Airflow for ODDS

## Dataset

[Breakfast at the Frat](https://www.dunnhumby.com/careers/engineering/sourcefiles)

## Setting the Airflow home

```sh
export AIRFLOW_HOME=/Users/zkan/Projects/zkan/airflow-for-odds/airflow
```

PS. The path above may vary when using a different machine.

## Fixng an issue when using `requests` on Mac OS

```sh
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```