diff --git a/compose.yaml b/compose.yaml index f1e6d7d0..a63691d8 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