Skip to content

Commit

Permalink
chore: add todo for clickhouse session param
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Mar 19, 2024
1 parent 6691b4f commit cb44fa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/connectors/clickhouse/qrep_avro_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (s *ClickhouseAvroSyncMethod) CopyStageToDestination(ctx context.Context, a
if err != nil {
return err
}
// TODO make session token as an optional parameter below
//nolint:gosec
query := fmt.Sprintf("INSERT INTO %s SELECT * FROM s3('%s','%s','%s', '%s', 'Avro')",
s.config.DestinationTableIdentifier, avroFileUrl,
Expand Down

0 comments on commit cb44fa8

Please sign in to comment.