From 49176f069b2aee5d1cdf5f403695bfc5a291851d Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Thu, 18 Jul 2024 12:11:18 +0100 Subject: [PATCH] changed setting to MB --- pipelinewise/fastsync/mysql_to_snowflake.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelinewise/fastsync/mysql_to_snowflake.py b/pipelinewise/fastsync/mysql_to_snowflake.py index b68cab8ce..921efa649 100644 --- a/pipelinewise/fastsync/mysql_to_snowflake.py +++ b/pipelinewise/fastsync/mysql_to_snowflake.py @@ -222,7 +222,6 @@ def main_impl(): f'`{table_with_maximum_size["table_name"]}` is greater than `{args.autoresync_size}`!' f' Use --force argument to force sync_tables!') - # Start loading tables in parallel in spawning processes if can_run_sync: with multiprocessing.Pool(pool_size) as proc: