We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ed790 commit 9b2c3b1Copy full SHA for 9b2c3b1
sqlmesh/core/engine_adapter/bigquery.py
@@ -65,9 +65,6 @@ class BigQueryEngineAdapter(InsertOverwriteWithMergeMixin):
65
exp.DataType.build("FLOAT64", dialect=DIALECT),
66
exp.DataType.build("BIGNUMERIC", dialect=DIALECT),
67
},
68
- exp.DataType.build("BIGNUMERIC", dialect=DIALECT): {
69
- exp.DataType.build("FLOAT64", dialect=DIALECT),
70
- },
71
exp.DataType.build("DATE", dialect=DIALECT): {
72
exp.DataType.build("DATETIME", dialect=DIALECT),
73
0 commit comments