우노
[Airflow] Configuration 확인 명령어 본문
들어가기앞서,
- Airflow는 Airflow CLI를 사용해, Airflow에 설정된 Configuration을 확인할 수 있습니다.
Airflow CLI
전체 Configuration 목록 확인
$ airflow config list
특정 Configuration Option 확인
# airflow config get-value [Section] [Option] $ airflow config get-value core executor SequentialExecutor $ airflow config get-value metrics statsd_host localhost
참고 사이트
'Data > Airflow' 카테고리의 다른 글
[Airflow] ShortCircuitOperator란? (0) | 2024.03.08 |
---|---|
[Airflow] StatsD Exporter + Prometheus + Grafana On GKE (2) | 2023.11.17 |
[Airflow] DAG에서 Airflow REST API 호출하는 방법 (0) | 2023.10.16 |
[Airflow] 적용된 Executor 확인 명령어 (0) | 2023.09.04 |
[Airflow] schedule_interval CRON 표현식 사용 방법 (0) | 2023.06.22 |
Comments