From 99d66f58d84a41d9b92c7c4b21af9c0468d33318 Mon Sep 17 00:00:00 2001 From: Bobby Iliev Date: Mon, 18 Nov 2024 11:01:52 +0200 Subject: [PATCH] explicitly enable create table from source as --all-features is not working --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index 92d55a60..2471dfe2 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,6 +19,7 @@ services: - --system-parameter-default=max_clusters=100 - --system-parameter-default=max_sources=100 - --system-parameter-default=max_aws_privatelink_connections=10 + - --system-parameter-default=enable_create_table_from_source=on - --all-features environment: MZ_NO_TELEMETRY: 1 @@ -48,6 +49,7 @@ services: - --system-parameter-default=max_sources=100 - --system-parameter-default=max_aws_privatelink_connections=10 - --system-parameter-default=transaction_isolation=serializable + - --system-parameter-default=enable_create_table_from_source=on - --all-features environment: MZ_NO_TELEMETRY: 1