Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xasm83 committed May 3, 2024
1 parent 53b25d5 commit a51e808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbt_checkpoint/check_model_has_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def check_constraints(
print(
f"{model.model_id}: "
"Doesn't have necessary constraints defined. Model constraints:",
f"{model.node.get("constraints")}"
f"{model.node.get('constraints')}"
)
return status_code

Expand Down

0 comments on commit a51e808

Please sign in to comment.