본문 바로가기
Data Analysis/Python

[Airflow] Remove DAG examples DAG 예시 파일 제거 방법

by Hagrid 2023. 1. 24.
반응형

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

    1. Open the file docker-compose.yaml
    2. Replace the value 'true' by 'false' for the AIRFLOW__CORE__LOAD_EXAMPLES environment variables
    3. Save the file
    4. Restart Airflow by typing docker-compose down && docker-compose up -d

 

  1. Once it's done, go back to localhost:8080 and you should end up with something like this
 
반응형

댓글