jscheffl opened a new pull request, #40764: URL: https://github.com/apache/airflow/pull/40764
Even though there was a PR #39642 and linked several others there is a serious regression to have valid and working links for older DAG runs pointing to grid. I got a report for such a bug during the week and was stumbling into this with a lot of follow-up issues. I think the grid UI needs to be in general improved towards this but could not find a good entry point. Nevertheless following other PRs attempting to fix I relalized that passing `base_date` helps until the Grid properly is able to handle older run calls. But the `TaskInstance.log_url` property does not generate a compatible URL. This PR adjusts the URL generated to be working for older runs. As I had my hands on it, optimized the map_index off if task is not mapped. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
