From 242d08e9dba482eeca53a10bbbce1b83131436b7 Mon Sep 17 00:00:00 2001 From: Nathan Villaescusa Date: Sun, 21 Apr 2024 17:17:33 -0700 Subject: [PATCH] Imports --- clients/snowflake/util.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clients/snowflake/util.go b/clients/snowflake/util.go index e9556cbe6..3d5ef74fd 100644 --- a/clients/snowflake/util.go +++ b/clients/snowflake/util.go @@ -5,9 +5,8 @@ import ( "strings" "github.com/artie-labs/transfer/lib/destination/types" - "github.com/artie-labs/transfer/lib/typing/columns" - "github.com/artie-labs/transfer/lib/typing" + "github.com/artie-labs/transfer/lib/typing/columns" ) // addPrefixToTableName will take a [types.TableIdentifier] and add a prefix in front of the table