Skip to content

Commit fb5a1c1

Browse files
committed
fix test
1 parent c47445c commit fb5a1c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/dbt/test_transformation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,6 @@ def test_clickhouse_properties(mocker: MockerFixture):
13141314
"SQLMesh does not support 'incremental_predicates' - they will not be applied.",
13151315
"SQLMesh does not support the 'query_settings' model configuration parameter. Specify the query settings directly in the model query.",
13161316
"SQLMesh does not support the 'sharding_key' model configuration parameter or distributed materializations.",
1317-
"Using unmanaged incremental materialization for model '`test`.`model`'. Some features might not be available. Consider adding either a time_column ('delete+insert', 'insert_overwrite') or a unique_key ('merge', 'none') configuration to mitigate this.",
13181317
]
13191318

13201319
assert [e.sql("clickhouse") for e in model_to_sqlmesh.partitioned_by] == [

0 commit comments

Comments
 (0)