Skip to content

Commit

Permalink
remove some references to debug_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gutaors authored and edulauer committed Oct 25, 2024
1 parent 3aaf14b commit 9a4f672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastetl/hooks/db_to_db_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def full_copy(
destination_truncate=destination_truncate,
chunksize=chunksize,
copy_table_comments=copy_table_comments,
debug_mode=debug_mode
)

def incremental_copy(
Expand Down Expand Up @@ -71,5 +70,4 @@ def incremental_copy(
sync_exclusions=sync_exclusions,
chunksize=chunksize,
copy_table_comments=copy_table_comments,
debug_mode=debug_mode
)

0 comments on commit 9a4f672

Please sign in to comment.