Skip to content

Commit

Permalink
snowflake: update user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj committed Nov 13, 2024
1 parent 12b50ad commit 1fd68f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/impl/snowflake/streaming/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ func NewRestClient(account, user, version, app string, privateKey *rsa.PrivateKe
// this should only show up in development, not released binaries
version = "99.0.0"
}
userAgent := fmt.Sprintf("RedpandaConnect/%v", version)
userAgent := fmt.Sprintf("RedpandaConnect_SnowpipeStreamingSDK/%v", version)
debugf(logger, "making snowflake HTTP requests using User-Agent: %s", userAgent)
c = &SnowflakeRestClient{
account: account,
Expand Down

0 comments on commit 1fd68f0

Please sign in to comment.