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

Commit

Permalink
print(active_tables_rows)
Browse files Browse the repository at this point in the history
Signed-off-by: abimichel <[email protected]>
  • Loading branch information
abimichel authored Feb 14, 2024
1 parent dc72b2a commit 5a0d4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_replication_parametrized_audit_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def load_data_from_src_tgt(table_name,source_schema,target_schema,customsql_ind,
if __name__ == '__main__':
# Main ETL process
active_tables_rows =get_active_tables(mstr_schema,app_name)
#print(active_tables_rows)
print(active_tables_rows)
tables_to_extract = [(row[2],row[1],row[3],row[9],row[10]) for row in active_tables_rows]

print(f"tables to extract are {tables_to_extract}")
Expand Down

0 comments on commit 5a0d4df

Please sign in to comment.