Skip to content

Commit 027be2a

Browse files
author
EC2 Default User
committedSep 21, 2018
InfoSec suggested changes
1 parent 017aa72 commit 027be2a

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed
 

‎DataPipeline/WriteToAnySchemaInRedshiftFromRds/dbconv_tablename_noquotes.sh

-2
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,10 @@ done
7878

7979
echo "RDS Jdbc: $RDSJdbc"
8080
echo "RDS Usr: $RDSUsr"
81-
#echo "RDS Pwd: $RDSPwd"
8281
echo "RDS Tbl: $RDSTbl"
8382

8483
echo "REDShift Jdbc: $REDJdbc"
8584
echo "RED Usr: $REDUsr"
86-
#echo "RED Pwd: $REDPwd"
8785
echo "(Optional) REDShift Generated Tbl: $REDTbl"
8886
echo "(Optional) REDShift Distribution Key: $REDDist"
8987
echo "(Optional) REDShift Sort Key(s): $REDSort"

‎DataPipeline/WriteToAnySchemaInRedshiftFromRds/mysql_to_redshift_tablename_noquotes.py

-9
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,6 @@ def parse(input_filename, output_filename, table_name, distribution_key, redshif
287287
# Finish file
288288
output.write("COMMIT;\n")
289289

290-
#output.write("START TRANSACTION;\n")
291-
# Write FK constraints out
292-
#output.write("\n-- Foreign keys --\n")
293-
#for line in foreign_key_lines:
294-
# output.write("%s;\n" % line)
295-
# Finish file
296-
#output.write("\n")
297-
#output.write("COMMIT;\n")
298-
299290
print ""
300291

301292

0 commit comments

Comments
 (0)
Please sign in to comment.