Skip to content

Commit

Permalink
#97 Change db.commit data place in processing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLGG committed Oct 5, 2021
1 parent 333e5d1 commit f611d50
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ def extract_transform_load_sql_dump(swift_result, swift_container, swift_id, pro

# Execute SQL select statement
cursor.executemany(insert_into, values)

db.commit()
db.commit()

# Close the connection
db.close()

Expand Down

0 comments on commit f611d50

Please sign in to comment.