Skip to content

Commit

Permalink
connectors: Iceberg connector guide
Browse files Browse the repository at this point in the history
  • Loading branch information
bochenekmartin committed Aug 13, 2023
1 parent a454f7c commit fb1fb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/connector/interceptor/iceberg_sink_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
model.ConfigDefinition{
Definition: model.ConfigDefinitionKey{
Name: "iceberg.catalog.s3.path-style-access",
Type: "STRING",
Type: "BOOLEAN",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: false,
Expand Down

0 comments on commit fb1fb78

Please sign in to comment.