Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Feb 9, 2024
1 parent c422cff commit 5e4f683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes/consumer/flush.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func Flush(ctx context.Context, inMemDB *models.DatabaseData, dest destination.B
}
}

// Flush will take everything in memory and call Snowflake to create temp tables.
// Flush will take everything in memory and call the destination to create temp tables.
var wg sync.WaitGroup
for tableName, tableData := range allTables {
if args.SpecificTable != "" && tableName != args.SpecificTable {
Expand Down

0 comments on commit 5e4f683

Please sign in to comment.