Skip to content

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

Open
@jrlegrand

Description

@jrlegrand

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    data martNew data mart, or data mart related

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions