suii2210 opened a new pull request, #60724:
URL: https://github.com/apache/airflow/pull/60724

   Fixes #60610
   
   TaskInstance.get_dagrun() could return None when the dag_run relationship
   was marked as loaded but unset, which occurs in early lifecycle phases such 
as
   task_instance_mutation_hook.
   
   This change ensures the DagRun is fetched from the database in that case,
   restoring access to DagRun.conf without altering lifecycle semantics.
   


-- 
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]

Reply via email to