In the first cut of dbt constraints, constraints_enabled (= “this model is contracted and should be treated as such”, to be renamed to contracted) can only be set in model yaml files, alongside the columns attribute to enable parse-time validation.
We should either:
Resolve some tech debt around pa...