[GitHub] [airflow] uranusjr commented on issue #20991: Elasticsearch remote log will not fetch task logs from manual dagruns before 2.2 upgrade

2022-02-12 Thread GitBox


uranusjr commented on issue #20991:
URL: https://github.com/apache/airflow/issues/20991#issuecomment-1037092707


   The core “fix” is actually overriden when the ElasticSearch provider’s 
implementation is used, so just releasing the provider would be enough to 
resolve the issue in Airflow 2.2.3. No-one has complained about the core 
implementation yet, but this can still be in 2.2.4 to fix the issue 
pre-emptively.


-- 
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-unsubscr...@airflow.apache.org

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




[GitHub] [airflow] uranusjr commented on issue #20991: Elasticsearch remote log will not fetch task logs from manual dagruns before 2.2 upgrade

2022-01-20 Thread GitBox


uranusjr commented on issue #20991:
URL: https://github.com/apache/airflow/issues/20991#issuecomment-1018233069


   Also whoever works on this should also fix the rendering function in 
`FileTaskHandler` to add those same data-interval-related context variables.


-- 
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-unsubscr...@airflow.apache.org

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




[GitHub] [airflow] uranusjr commented on issue #20991: Elasticsearch remote log will not fetch task logs from manual dagruns before 2.2 upgrade

2022-01-20 Thread GitBox


uranusjr commented on issue #20991:
URL: https://github.com/apache/airflow/issues/20991#issuecomment-1017851842


   It should use `dag.get_run_data_interval(dag_run)` instead. How to get the 
correct DAG object, however, is the problem; `dag_run.get_dag()` *might* work, 
but if it doesn’t, we need to do something else, perhaps `ti.task.dag` or 
something else.


-- 
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-unsubscr...@airflow.apache.org

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