79619678

Date: 2025-05-13 12:49:18
Score: 1.5
Natty:
Report link

Yes, BigQuery can technically handle 700B+ rows, however DBT should not handle that in one shot during a full_refresh. The best approach is partitioned, batched processing and that means breaking it down by day. Consider using DBT's microbatch strategy if your DBT version supports it, or implement a daily processing loop in your DAG orchestration.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: shiro