dbt - Performance Optimization
Consider these dbt models and their dependencies:
If dbt is run with
alpha.sql (no dependencies) beta.sql (depends on alpha) gamma.sql (depends on alpha) delta.sql (depends on beta and gamma)
If dbt is run with
--threads 2, which models will start running simultaneously?