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

Change dbt exec commands from run to build and ensure there are no errors #351

Open
jrlegrand opened this issue Jan 18, 2025 · 0 comments
Open
Labels
data mart New data mart, or data mart related

Comments

@jrlegrand
Copy link
Member

Problem Statement

Right now we call dbt run --select <stuff>... we should really be calling dbt build --select <stuff>. I tried "build"-ing a mart and found at least one example where the test failed for a small number of rows.

Criteria for Success

All marts have no errors when being called with dbt build.

Additional Information

N/A

@jrlegrand jrlegrand added this to the Automate all the things milestone Jan 18, 2025
@jrlegrand jrlegrand added the data mart New data mart, or data mart related label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data mart New data mart, or data mart related
Projects
None yet
Development

No branches or pull requests

1 participant