Skip to content

Commit cb83b76

Browse files
committed
handle integers for versions under 1.7.0
1 parent 32407f9 commit cb83b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sqlmesh/dbt/seed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,5 @@ def jsonify(self, d: t.Any) -> str:
125125

126126
agate_helper.Integer = Integer # type: ignore
127127

128+
else:
128129
AGATE_TYPE_MAPPING[agate_helper.Integer] = exp.DataType.build("int")

0 commit comments

Comments
 (0)