Skip to content

Instantly share code, notes, and snippets.

@koobitor
Last active February 21, 2020 02:53
Show Gist options
  • Save koobitor/a09cfa823d7b3ba9af7544368e18afb2 to your computer and use it in GitHub Desktop.
Save koobitor/a09cfa823d7b3ba9af7544368e18afb2 to your computer and use it in GitHub Desktop.
### CMD
```
export AIRFLOW_HOME=/home/medvine/airflow
airflow webserver -D
airflow scheduler -D
lsof -i tcp:80
```
### RUN
```
airflow run dag_calculate_gmv_date calculate_gmv_date 2020-02-21
```
### DIR
```
cd /home/medvine/airflow/
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment