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 9, 2023
1 parent 5a0e556 commit 7a5fb5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions backend/pkg/connector/interceptor/iceberg_sink_hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog uri",
Documentation: "Iceberg catalog uri",
Dependents: []string{},
Expand All @@ -59,7 +59,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog S3 Secret Access Key",
Documentation: "",
Dependents: []string{},
Expand All @@ -79,7 +79,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceMedium,
Required: true,
Required: false,
DisplayName: "Iceberg catalog S3 access key id",
Documentation: "",
Dependents: []string{},
Expand All @@ -99,7 +99,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog S3 endpoint",
Documentation: "",
Dependents: []string{},
Expand All @@ -118,7 +118,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog S3 path style access",
Documentation: "",
Dependents: []string{},
Expand All @@ -137,7 +137,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog client region",
Documentation: "",
Dependents: []string{},
Expand All @@ -156,7 +156,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog credential",
Documentation: "",
Dependents: []string{},
Expand All @@ -175,7 +175,7 @@ func KafkaConnectToConsoleIcebergSinkHook(response model.ValidationResponse, con
Type: "STRING",
DefaultValue: "",
Importance: model.ConfigDefinitionImportanceHigh,
Required: true,
Required: false,
DisplayName: "Iceberg catalog warehouse",
Documentation: "Iceberg catalog warehouse",
Dependents: []string{},
Expand Down

0 comments on commit 7a5fb5b

Please sign in to comment.