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
- Host: GitHub
- URL: https://github.com/zkan/airflow-for-odds
- Owner: zkan
- License: mit
- Created: 2020-08-01T02:36:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:19:19.000Z (over 3 years ago)
- Last Synced: 2025-02-12T01:40:18.621Z (over 1 year ago)
- Topics: airflow
- Language: Python
- Homepage:
- Size: 4.99 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```