Custom CI/CD pipelines that run per commit/push #1537
bennieregenold7
announced in
Archive
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@dbt-labs/devhub - I'd like to write an article about creating your own GitHub pipeline that runs on every commit. This would be useful for things like linting, or running a dbt compile prior to a PR to ensure your code works before asking for a review.
There are a few key points I'd like to write about that can be generalized and applied to any pipeline:
Once you know the above 4 points, you can do pretty much anything you want with pipelines. This article will be focused on triggering a dbt Cloud job, but the setup is very generic and can be applied to so many things.
Beta Was this translation helpful? Give feedback.
All reactions