Skip to content

Commit 8f87429

Browse files
committed
DNM Temporarily turn on enable_frontend_peek_sequencing in CI. Revert before merging the PR!
1 parent 15ad12d commit 8f87429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/python/materialize/mzcompose/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def get_variable_system_parameters(
196196
),
197197
VariableSystemParameter(
198198
"enable_frontend_peek_sequencing",
199-
"false",
199+
"true",
200200
["true", "false"],
201201
),
202202
VariableSystemParameter(

0 commit comments

Comments
 (0)