79078228

Date: 2024-10-11 12:36:23
Score: 0.5
Natty:
Report link

dbt test by default will only select the specific column for not_null test.

However, when you have --store-failures flag when running the test, dbt will query select * to store the failed rows. select * on huge tables will cost you lot when running frequently.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: meril