Skip to content

Commit

Permalink
fix(snowflake): use s3 csc staging path
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Mar 20, 2024
1 parent a7d2dc0 commit d7a7ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flow/connectors/snowflake/snowflake.go
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ func (c *SnowflakeConnector) syncRecordsViaAvro(
}

qrepConfig := &protos.QRepConfig{
StagingPath: "",
StagingPath: req.StagingPath,
FlowJobName: req.FlowJobName,
DestinationTableIdentifier: strings.ToLower(fmt.Sprintf("%s.%s", c.rawSchema,
rawTableIdentifier)),
Expand Down

0 comments on commit d7a7ca0

Please sign in to comment.