Vamsi-klu commented on PR #68149: URL: https://github.com/apache/airflow/pull/68149#issuecomment-4640951556
This fixes a scheduler crash when rendering `log_filename_template` for runs with a `None` `logical_date` (AIP-83 asset-triggered / partitioned runs). The renderer now derives the date as `ti.logical_date or ti.run_after` — mirroring `FileTaskHandler._render_filename` on the read side — and degrades to the default `run_id` template instead of aborting the scheduling loop. cc @uranusjr @jscheffl — would appreciate a review when you have time (no code owner is registered for `utils/helpers.py`, so tagging the most relevant recent maintainers). -- 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]
