uranusjr commented on issue #47720:
URL: https://github.com/apache/airflow/issues/47720#issuecomment-2722961833

   Ah I think I have a guess for this specific line though. This is probably 
because the run is triggered to quickly after you enable the DAG. The assets 
are activated in the DAG parser, but the DAG is paused/unpaused in the web 
server, so if you hit trigger immediately after unpausing, there’s a 
possibility the parser does not update the asset states in time before the task 
is run.
   
   Since asset activeness is also checked when the task finishes, maybe we can 
afford to remove this check.


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