Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Add dbt CI/CD pipelines #3

Open
AnnaGerlich opened this issue Jun 22, 2023 · 0 comments
Open

Add dbt CI/CD pipelines #3

AnnaGerlich opened this issue Jun 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@AnnaGerlich
Copy link
Contributor

AnnaGerlich commented Jun 22, 2023

Summary

Add CI/CD pipelines to run dbt:

  • on push: dbt test
    • for intermediate views dbt test needs to ensure that view will compile correctly. Views can be created successfully and still result with a compilation error as dbt run and dbt test do not compile views
    • for deployments to staging: if there is an intermediate model in place, it needs to be re-validated as well before merging changes in the deployment
  • on PR merge: dbt run
@AnnaGerlich AnnaGerlich added the enhancement New feature or request label Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant