We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32407f9 commit cb83b76Copy full SHA for cb83b76
sqlmesh/dbt/seed.py
@@ -125,4 +125,5 @@ def jsonify(self, d: t.Any) -> str:
125
126
agate_helper.Integer = Integer # type: ignore
127
128
+else:
129
AGATE_TYPE_MAPPING[agate_helper.Integer] = exp.DataType.build("int")
0 commit comments