jscheffl commented on issue #36100:
URL: https://github.com/apache/airflow/issues/36100#issuecomment-1872065857

   Thanks for reporting this issue. In detail I agree that there might be a 
small difference between the two context variables but it is mainly caused by 
the fact that Airflow tries to move away from `execution_date` to 
`data_interval`. If there is any difference you see it might be caused by the 
TimeTable you use.
   
   I tried to run the posted example multiple times and could not find a 
problem there. Can you maybe retry directly pointing with more details on the 
case how to reproduce the problem? How much often did you run? Any more details 
on how much often until you had the error? Was it a concurrency when both tasks 
of two runs were executed in parallel the first time?
   
   Besides the error report, let me have a small PR adjusting the documentation.
   
   Note: There is a typo in your example, there is a space too much when 
accessing the context variable. Correct is: `print(f"prev_start_date_success : 
{context.get('prev_start_date_success')}")`


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

Reply via email to