Skip to content

Commit

Permalink
Period
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Apr 22, 2024
1 parent f432857 commit bb14522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/snowflake/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/artie-labs/transfer/lib/typing/columns"
)

// addPrefixToTableName will take a [types.TableIdentifier] and add a prefix in front of the table
// addPrefixToTableName will take a [types.TableIdentifier] and add a prefix in front of the table.
// This is necessary for `PUT` commands.
func addPrefixToTableName(tableID types.TableIdentifier, prefix string) string {
return tableID.WithTable(prefix + tableID.Table()).FullyQualifiedName()
Expand Down

0 comments on commit bb14522

Please sign in to comment.