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

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

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
```