How do I setup dbt Slim CI on Dagster hybrid deployment? #25762
Unanswered
lydialimlh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What Problem Am I Trying To Solve?
Hi everyone. I'm trying to incorporate dbt runs into my CI/CD pipelines. Now, obviously I dont want to run every single dbt model for every PR and waste precious GH Actions minutes - hence Slim CI for dbt runs (i.e. I only want to
dbt run
the models that have changed VS production.)How I Would Like to Solve It
My goal is to utilize the
dagster-cloud ci dagster-dbt project manage-state
command mentioned in the docs. Yet, I am still unable to get it to work. Looking for advice / help from others who have had success using this method. Thanks in advance.My Setup
Issues encountered
FYI I've already raised a GH issue here, but yet to receive concrete feedback from the team, as of time of starting this discussion.
Footnotes
Beta Was this translation helpful? Give feedback.
All reactions