mirror of
https://github.com/jnstockley/airflow.git
synced 2026-06-05 11:27:57 -05:00
No description
- Python 92%
- Dockerfile 4.5%
- Shell 3.5%
|
|
||
|---|---|---|
| .github/workflows | ||
| config | ||
| dags | ||
| plugins | ||
| .gitignore | ||
| .python-version | ||
| compose.yml | ||
| Dockerfile | ||
| lint.sh | ||
| README.md | ||
| renovate.json | ||
| requirements.txt | ||
| requirements_dev.txt | ||
| sample.env | ||
Airflow
Setup dag().test()
- Ensure containers are running
- Ensure working directory is set to the root of the project
- Add environment variable in run configuration:
AIRFLOW__DATABASE__SQL_ALCHEMY_CONN=postgresql+psycopg2://airflow:airflow@<HOST_IP>:5432/airflow