Is there a way we can trigger dbt runs to "fail fa...
# ask-community
n
Is there a way we can trigger dbt runs to "fail fast?" Currently When materializing many dbt models in a run, the dagster run will stay open until all the models have tried to materialize. I'd like the entire run to fail as soon as the first model does, like in this dbt example: https://docs.getdbt.com/reference/global-configs/failing-fast