SamWheating commented on issue #13768:
URL: https://github.com/apache/airflow/issues/13768#issuecomment-786250451


   > The traceback suggest that you are using get_previous_start_date in your 
DAG.
   
   
   We've seen this issue on one of our DAGs as well (when viewing task details 
from a run with many preceeding runs) and I can confirm we are not using the 
`get_previous_start_date` in the DAG directly - In our case (as well as the 
above stack trace) it looks like this is called by the get_attr when rendering 
the task instance details page.  
   
   I'll see if I can gather more information on the cause of this issue and 
provide a simple example DAG. 


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to