From abba9a9425ef836afc340a8d4469aaa0868daa83 Mon Sep 17 00:00:00 2001 From: Amogh-Bharadwaj Date: Tue, 21 Jan 2025 05:41:49 +0530 Subject: [PATCH] lint --- flow/connectors/clickhouse/clickhouse.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flow/connectors/clickhouse/clickhouse.go b/flow/connectors/clickhouse/clickhouse.go index 4fe97b67ae..5cee0c9acb 100644 --- a/flow/connectors/clickhouse/clickhouse.go +++ b/flow/connectors/clickhouse/clickhouse.go @@ -37,11 +37,11 @@ type ClickHouseConnector struct { } type ClickHouseDestinationCheckInput struct { - Resync bool - DoInitialSnapshot bool - SyncedAtColName string TableNameSchemaMapping map[string]*protos.TableSchema TableMappings []*protos.TableMapping + SyncedAtColName string + Resync bool + DoInitialSnapshot bool } func ValidateS3(ctx context.Context, creds *utils.ClickHouseS3Credentials) error {