Skip to content

Commit 7f0daee

Browse files
committed
Fix: Remove table_description and column_description arguments
1 parent 1df5064 commit 7f0daee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlmesh/core/snapshot/evaluator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,8 +1201,6 @@ def create(
12011201
partition_interval_unit=model.interval_unit,
12021202
clustered_by=model.clustered_by,
12031203
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,
12061204
)
12071205
else:
12081206
# We assume that the data type for `updated_at_name` matches the data type that is defined for

0 commit comments

Comments
 (0)