From 58dc06c7e9979753c6077788ea9706d6ecac0bbe Mon Sep 17 00:00:00 2001 From: anero Date: Thu, 9 Sep 2021 09:34:34 -0300 Subject: [PATCH] Updated config to use SSL for connecting to Redshift --- config_item.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_item.json b/config_item.json index 4083417..73a7403 100644 --- a/config_item.json +++ b/config_item.json @@ -10,7 +10,7 @@ "targetTable": {"S": "${schema}.${bulk_data_table}"}, "columnList": {"S": "${column_list}"}, "truncateTarget": {"BOOL": ${truncate_target}}, - "useSSL": {"BOOL": false} + "useSSL": {"BOOL": true} }}]}, "copyOptions": {"S": "EMPTYASNULL TRUNCATECOLUMNS"}, "dataFormat": {"S": "CSV"},