-
Notifications
You must be signed in to change notification settings - Fork 228
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
Feature request: dbt cloud runner #586
Comments
@adrianbr I recommend using v2 of the dbt Cloud admin API, as it's more standard for this type of integration. Assuming the user has already defined a job, possibly with steps like
After kicking off, you can either poll for job status, or get a webhook on completion: https://docs.getdbt.com/docs/deploy/webhooks Check out a similar example in the documentation, for triggering a dbt Cloud job via GHA: |
@jtcohen6 thx for the hint, this looks way easier than running dbt locally (no need to install deps, refresh the project, run commands etc.) there are a few things on top of running jobs that I'd like to try:
I'll OFC dig deeper into the API but maybe you just know the answers :) |
We want to equally support dbt core and cloud. To offer cloud support, we need to create some kind of operator for this api
https://docs.getdbt.com/dbt-cloud/api-v3#/
The operator should have the following options:
The text was updated successfully, but these errors were encountered: