We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c8cef commit 14c051fCopy full SHA for 14c051f
sqlmesh/core/snapshot/evaluator.py
@@ -977,7 +977,7 @@ def insert(
977
self.adapter.replace_query(
978
name,
979
query_or_df,
980
- columns_to_types=model.columns_to_types,
+ columns_to_types=model.columns_to_types if model.annotated else None,
981
storage_format=model.storage_format,
982
partitioned_by=model.partitioned_by,
983
partition_interval_unit=model.interval_unit,
0 commit comments