Skip to content

Commit

Permalink
fix after cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb committed Jan 28, 2024
1 parent e88debe commit bce7bb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion flow/connectors/clickhouse/cdc.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func (c *ClickhouseConnector) syncRecordsViaAvro(
}

qrepConfig := &protos.QRepConfig{
DestinationPeer: c.config.DestinationPeer,
StagingPath: c.config.S3Integration,
FlowJobName: req.FlowJobName,
DestinationTableIdentifier: strings.ToLower(fmt.Sprintf("%s", rawTableIdentifier)),
Expand Down
1 change: 1 addition & 0 deletions ui/app/peers/create/[peerType]/helpers/ch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ export const blankClickhouseSetting: ClickhouseConfig = {
password: '',
database: '',
s3Integration: '',
metadataDb: undefined
};

0 comments on commit bce7bb9

Please sign in to comment.