Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbt Cloud provider to support retry from point of failure #35772

Closed
1 of 2 tasks
sdurry opened this issue Nov 21, 2023 · 6 comments · Fixed by #38868
Closed
1 of 2 tasks

dbt Cloud provider to support retry from point of failure #35772

sdurry opened this issue Nov 21, 2023 · 6 comments · Fixed by #38868

Comments

@sdurry
Copy link

sdurry commented Nov 21, 2023

Description

dbt Cloud offers the possibility to retry job from point of failure. This feature can be triggered natively within dbt cloud, but there is also a new endpoint airflow users may want to trigger as part of their orchstration

Use case/motivation

I image dbt Cloud customers using different patterns in airflow to handle retry today:

  • parse the dbt DAG in Airflow to get the benefit of re-running from the point of failure
  • full manual retry by re-starting dbt Cloud Job Task

Supporting this new endpoint 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

@sdurry sdurry added kind:feature Feature Requests needs-triage label for new issues that we didn't triage yet labels Nov 21, 2023
Copy link

boring-cyborg bot commented Nov 21, 2023

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@nathadfield nathadfield added area:providers provider:dbt-cloud and removed needs-triage label for new issues that we didn't triage yet labels Nov 21, 2023
@Bowrna
Copy link
Contributor

Bowrna commented Dec 7, 2023

could I try to fix this issue @eladkal ?

@josh-fell
Copy link
Contributor

All yours @Bowrna!

@b-per
Copy link
Contributor

b-per commented Feb 9, 2024

Hi @Bowrna , is it something you are still looking at?

@Bowrna
Copy link
Contributor

Bowrna commented Feb 10, 2024

hi @b-per let me give it a try this weekend. If I couldn't then I will unassign it from my name.

@Bowrna
Copy link
Contributor

Bowrna commented Feb 13, 2024

hi @b-per please take this issue.. I have bitten more than I can chew and struggling to finish it off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment