From cfc59f62e6c22cca07783aa0a123ef8a7910e6ed Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Fri, 7 Jun 2019 15:19:01 +0100 Subject: [PATCH] Remove undesired _SDC columns --- tests/integration/test_target_snowflake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_target_snowflake.py b/tests/integration/test_target_snowflake.py index 440de80c..fb029aab 100644 --- a/tests/integration/test_target_snowflake.py +++ b/tests/integration/test_target_snowflake.py @@ -19,7 +19,7 @@ METADATA_COLUMNS = [ '_SDC_EXTRACTED_AT', '_SDC_BATCHED_AT', - '_SDC_DELETED_AT', + '_SDC_DELETED_AT' ]