반응형
Remove DAG examples
To keep our Airflow instance nice and clean, we are going to remove the DAG examples from the UI
To do this
- Open the file docker-compose.yaml
- Replace the value 'true' by 'false' for the AIRFLOW__CORE__LOAD_EXAMPLES environment variables
- Save the file
- Restart Airflow by typing docker-compose down && docker-compose up -d
- Once it's done, go back to localhost:8080 and you should end up with something like this
반응형
'Data Analysis > Python' 카테고리의 다른 글
Installing Apache Spark (0) | 2023.02.16 |
---|---|
[Airflow]. Airflow Local Executor와 Celery Executor (0) | 2023.01.23 |
[Airflow] 기본 정리 (2) | 2023.01.23 |
[Pandas] 조건걸고 새로운 칼럼 추가하기 (0) | 2023.01.07 |
[Airflow] The important views of the Airflow UI (1) | 2023.01.07 |
댓글