Airflow: Log file isn't local, Unsupported remote log location

前端 未结 3 1589
别跟我提以往
别跟我提以往 2021-01-01 23:47

I am not able see the logs attached to the tasks from the Airflow UI:

Log related settings in airflow.cfg file are:

  • remote_base_log_folder =
3条回答
  •  粉色の甜心
    2021-01-02 00:13

    I ran into this as well, and had to unpause the tasks.

    dags_are_paused_at_creation = False
    

    I also set new dags to default to unpaused in my airflow.cfg

    dags_are_paused_at_creation = False
    

提交回复
热议问题