diff --git a/fastetl/custom_functions/fast_etl.py b/fastetl/custom_functions/fast_etl.py index 8a76ffc..d5cdb56 100644 --- a/fastetl/custom_functions/fast_etl.py +++ b/fastetl/custom_functions/fast_etl.py @@ -259,6 +259,8 @@ def copy_db_to_db( Return: None """ + if debug_mode: + logging.info("Debug mode on") # validate connections source = SourceConnection(source) @@ -525,6 +527,9 @@ def sync_db_2_db( None """ + if debug_mode: + logging.info("Debug mode on") + def _divide_chunks(l, n): """Split list into a new list with n lists""" # looping till length l