Skip to content

Commit 9b2c3b1

Browse files
committed
Fix: BIGNUMERIC column can't be altered into FLOAT64 in BigQuery (#2848)
1 parent 51ed790 commit 9b2c3b1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sqlmesh/core/engine_adapter/bigquery.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ class BigQueryEngineAdapter(InsertOverwriteWithMergeMixin):
6565
exp.DataType.build("FLOAT64", dialect=DIALECT),
6666
exp.DataType.build("BIGNUMERIC", dialect=DIALECT),
6767
},
68-
exp.DataType.build("BIGNUMERIC", dialect=DIALECT): {
69-
exp.DataType.build("FLOAT64", dialect=DIALECT),
70-
},
7168
exp.DataType.build("DATE", dialect=DIALECT): {
7269
exp.DataType.build("DATETIME", dialect=DIALECT),
7370
},

0 commit comments

Comments
 (0)