From 5e4f68319a3187efc1299dab8b259394a8670f63 Mon Sep 17 00:00:00 2001 From: Nathan Villaescusa Date: Thu, 8 Feb 2024 16:13:10 -0800 Subject: [PATCH] Rename --- processes/consumer/flush.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processes/consumer/flush.go b/processes/consumer/flush.go index 769b1abdf..9efbd565c 100644 --- a/processes/consumer/flush.go +++ b/processes/consumer/flush.go @@ -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 {