sdurry opened a new issue, #35772:
URL: https://github.com/apache/airflow/issues/35772

   ### Description
   
   dbt Cloud offers the the possibility to 
[retry](https://docs.getdbt.com/docs/deploy/retry-jobs) job from point of 
failure. This feature can be triggered natively within dbt cloud, but there is 
also a new 
[endpoint](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retry%20Failed%20Job)
 airflow users may want to trigger as part of their orchstration
   
   ### Use case/motivation
   
   I image dbt Cloud customers using airflow to use different patterns to 
handle retry:
   
   -  parse the dbt DAG in Airflow to get the benefit of re-running from the 
point of failure
   - full manual retry by re-starting the Trigger dbt Cloud Job Task
   
   Supporting this new 
[endpoint](https://docs.getdbt.com/dbt-cloud/api-v2#/operations/Retry%20Failed%20Job)
 as its own operator will simplify implementing such logic.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to