We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df5064 commit 7f0daeeCopy full SHA for 7f0daee
sqlmesh/core/snapshot/evaluator.py
@@ -1201,8 +1201,6 @@ def create(
1201
partition_interval_unit=model.interval_unit,
1202
clustered_by=model.clustered_by,
1203
table_properties=model.table_properties,
1204
- table_description=model.description if is_table_deployable else None,
1205
- column_descriptions=model.column_descriptions if is_table_deployable else None,
1206
)
1207
else:
1208
# We assume that the data type for `updated_at_name` matches the data type that is defined for
0 commit comments