Skip to content

Commit

Permalink
forgot semicolon :(
Browse files Browse the repository at this point in the history
  • Loading branch information
floptical committed Apr 2, 2024
1 parent 5995995 commit c968c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databridge_etl_tools/db2/db2.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def copy_to_enterprise(self):
DELETE FROM {prod_table};
INSERT INTO {prod_table} ({enterprise_columns_str})
SELECT {select_fields}
FROM {stage_table}
FROM {stage_table};
END;
'''
self.logger.info("Running update_stmt: " + str(update_stmt))
Expand Down

0 comments on commit c968c7d

Please sign in to comment.