https://github.com/andreaschandra/airflow-config
Airflow Configuration for Single and Multi Nodes
https://github.com/andreaschandra/airflow-config
Last synced: about 1 year ago
JSON representation
Airflow Configuration for Single and Multi Nodes
- Host: GitHub
- URL: https://github.com/andreaschandra/airflow-config
- Owner: andreaschandra
- Created: 2022-01-08T06:57:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T07:13:51.000Z (over 4 years ago)
- Last Synced: 2025-02-12T09:49:54.629Z (over 1 year ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# airflow-config
Airflow Configuration for Single and Multi Nodes
## Things to pay attention
```
executor = CeleryExecutor
sql_alchemy_conn = postgresql+psycopg2://airflow@localhost:5432/airflow
load_examples = False
load_default_connections = True
broker_url = amqp://admin:admin@localhost:5672/myvhost
result_backend = db+postgresql://airflow@localhost/airflow
```