This repository was archived by the owner on May 17, 2024. It is now read-only.
This repository was archived by the owner on May 17, 2024. It is now read-only.
Run diffs in paralllel #426
Closed
Description
Is your feature request related to a problem? Please describe.
Currently --dbt diffs run sequentially when there are multiple models in the last dbt run. This can cause long running diffs to slow down the overall total diff run time.
Describe the solution you'd like
Run the diffs for each model in parallel. Output as they finish.