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

https://github.com/eocode/airflow

repository-with-airflow-implementation
https://github.com/eocode/airflow

airflow celery python software-engineering

Last synced: 6 months ago
JSON representation

repository-with-airflow-implementation

Awesome Lists containing this project

README

          



Roomer



license badge





Create VENV

```cmd
python -m venv env
```

```cmd
# .env file
AIRFLOW_UID=1000
AIRFLOW_GID=0
```

Install airflow

```cmd
pip install "apache-airflow[celery]==2.4.3" --constraint "https://raw.githubusercontent.com/apache/airflow/constraints-2.4.3/constraints-3.7.txt"
```

Manage commands

```cmd
docker exec -it airflow_airflow-worker_1 bash
```

Test a task
```cmd
airflow tasks test process_user create_table 2022-11-29
```

Configurations

airflow.cfg

```
airflow config get-value core sql_alchemy
```

```
airflow config get-value core executor
```