dbt - Performance Optimization
You have 5 models with these dependencies:
If you run
model_1 (no dependencies) model_2 (depends on model_1) model_3 (depends on model_1) model_4 (depends on model_2) model_5 (depends on model_3)
If you run
dbt run --threads 3, what is the minimum number of sequential steps dbt needs to complete all models?