Skip to content

Commit

Permalink
Updated config to use SSL for connecting to Redshift
Browse files Browse the repository at this point in the history
  • Loading branch information
anero committed Sep 9, 2021
1 parent 6010264 commit 58dc06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 58dc06c

Please sign in to comment.