Skip to content

Commit

Permalink
Merge pull request #2960 from rockwotj/snowfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rockwotj authored Oct 25, 2024
2 parents 96f9a2e + e981f9c commit 5ee8fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/impl/snowflake/output_snowflake_streaming.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func newSnowflakeStreamer(
) (service.BatchOutput, error) {
keypass := ""
if conf.Contains(ssoFieldKeyPass) {
pass, err := conf.FieldString(ssoFieldKey)
pass, err := conf.FieldString(ssoFieldKeyPass)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 5ee8fb6

Please sign in to comment.