jaklan commented on PR #43453:
URL: https://github.com/apache/airflow/pull/43453#issuecomment-2475307606

   @joellabes 
   
   > if yesterday morning's run failed in dbt Cloud, and yesterday evening's 
run succeeded, and then this morning's run failed in Airflow, an Airflow retry 
will trigger a whole new run in Cloud instead of picking up from halfway 
through yesterday morning's Cloud run. So I think it should be ok?
   
   In this case - yes, but I mean a different scenario:
   > assume one run per day, `retry_from_failure` set to `True`, `retries` set 
to e.g. `2`
   - yesterday run failed, there was no another run / rerun
   - today run was scheduled in Airflow, but it wasn't executed, because task 
failed due to queue timeout
   - Airflow task retry was applied
   - this time task was executed, but because it was retry - it wasn't a new 
run, but a retry from failure against yesterday run


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