Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix indent error
Browse files Browse the repository at this point in the history
Signed-off-by: abimichel <136123575+abimichel@users.noreply.github.com>
  • Loading branch information
abimichel authored Feb 14, 2024
1 parent 63f0c83 commit 8231c60
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data_replication_parametrized_audit_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ def extract_from_oracle(table_name,source_schema,customsql_ind,customsql_query):
oracle_connection = OrcPool.acquire()
oracle_cursor = oracle_connection.cursor()
try:
current_time = datetime.datetime.now()
print("Replication Start:", current_time)

current_time = datetime.datetime.now()
print("Replication Start:", current_time)

if customsql_ind == "Y":
# Use placeholders in the query and bind the table name as a parameter
sql_query=customsql_query
Expand Down

0 comments on commit 8231c60

Please sign in to comment.