You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/20 10:28:37 UTC

[GitHub] [airflow] Haapalaj commented on issue #24244: After migrating from version 2.2.5 to 2.3.0 airflow is unable to view the external scheduler logs

Haapalaj commented on issue #24244:
URL: https://github.com/apache/airflow/issues/24244#issuecomment-1190104870

   Updated from airflow 2.3.2 to 2.3.3 and after doing this in the airflow db:
   
   `INSERT INTO log_template (id, filename, elasticsearch_id, created_at) VALUES (0, '{{ ti.dag_id }}/{{ ti.task_id }}/{{ ts }}/{{ try_number }}.log', '{dag_id}{task_id}{run_id}_{try_number}', NOW());`
   
   Fetching old logs that previously did not open, started now to work!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org