Last active
February 21, 2020 02:53
-
-
Save koobitor/a09cfa823d7b3ba9af7544368e18afb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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