shisharma-exelixis commented on PR #38868:
URL: https://github.com/apache/airflow/pull/38868#issuecomment-2357640911

   @boraberke : Are we using this `retry_from_failure` parameter to always 
rerun the DBT Jobs or we are using it only when DAG task is failed and we are 
clearing the DAG from failure step?
   
   I feel, if DAG task calling the DBT Job failed, it should trigger rerun API 
only if we are clearing DAG from failure task. If we are rerunning the DAG from 
start, it should start the DBT Job from start, rather than the failure step of 
previous run?
   
   Currently are we only calling rerun API or we are looking into DAG's failure 
task to decide between run & rerun API?


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