Skip to content

Commit

Permalink
changed setting to MB
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Jul 18, 2024
1 parent cd4a4a7 commit 49176f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipelinewise/fastsync/mysql_to_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 49176f0

Please sign in to comment.