Skip to content

Commit

Permalink
Merge branch 'master' into SNOW-1799603-numbers-description
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus authored Nov 18, 2024
2 parents b777e89 + e205436 commit 88d8334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion connection_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,15 @@ func (sc *snowflakeConn) processFileTransfer(
query string,
isInternal bool) (
*execResponse, error) {
options := &SnowflakeFileTransferOptions{
RaisePutGetError: true,
}
sfa := snowflakeFileTransferAgent{
ctx: ctx,
sc: sc,
data: &data.Data,
command: query,
options: new(SnowflakeFileTransferOptions),
options: options,
streamBuffer: new(bytes.Buffer),
}
fs, err := getFileStream(ctx)
Expand Down

0 comments on commit 88d8334

Please sign in to comment.