Skip to content

Commit

Permalink
Allow column stats description fields to be empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed May 26, 2020
1 parent c21af17 commit 076bb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/contracts/results.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ class StatsItem(JsonSchemaMixin):
id: str
label: str
value: Primitive
description: str
description: Optional[str]
include: bool


Expand Down

0 comments on commit 076bb9c

Please sign in to comment.