Open ian-r-rose opened 3 weeks ago
Note to reach out to @summer-mothwood if it seems like the solution will be to convert to incremental models.
Possibly also explore this option: https://docs.getdbt.com/docs/build/incremental-microbatch
Our nightly build time should improve by 20+ minutes, by my estimation.
int_performance__detector_metrics_agg_daily
performance__station_metric_agg_recent_one_week
quality__row_count_summary
Pinging @summer-mothwood since one of the fixes does introduce incrementality to a model. (I used detector_id)
In recent weeks, CI runs have roughly doubled in length (example here). This increase is dominated by a few newer models:
quality__row_count_summary
int_performance__detector_metrics_agg_daily
performance__station_metric_agg_recent_one_week
I think it would be worthwhile to look into how we can speed it up. A couple of options: