This repository was archived by the owner on May 17, 2024. It is now read-only.
Run diffs in paralllel #426
Labels
--dbt
Issues/features related to the dbt integration
enhancement
New feature or request
performance
stale_immune
Immunity to stale bot
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.
The text was updated successfully, but these errors were encountered: