2021년 11월 13일 토요일

[ Airflow ] 초기셋팅

예제Airflow실행하기

 https://aldente0630.github.io/data-engineering/2018/06/17/developing-workflows-with-apache-airflow.html


도커로 Airflow 실행하기

https://jybaek.tistory.com/922


Airflow Example 지우는 법

airflow.cfg or docker-compose.yml

load_examples = False


기본 명령어 

[ 목록 ]

airflow dags list

airflow tasks list tutorial

airflow tasks list tutorial --tree


[ 테스트 ]

airflow dags test tutorial '2021-11-08'

airflow tasks test tutorial print_date 2015-06-01


[ 백필 ]

airflow dags backfill tutorial \

    --start-date 2015-06-01 \

    --end-date 2015-06-07



댓글 없음:

댓글 쓰기