Skip to content

Commit

Permalink
explicitly enable create table from source as --all-features is not w…
Browse files Browse the repository at this point in the history
…orking
  • Loading branch information
bobbyiliev committed Nov 18, 2024
1 parent b411b09 commit 99d66f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99d66f5

Please sign in to comment.