rawwar commented on code in PR #49015:
URL: https://github.com/apache/airflow/pull/49015#discussion_r2039685837


##########
airflow-core/src/airflow/migrations/versions/0042_3_0_0_add_uuid_primary_key_to_task_instance_.py:
##########
@@ -31,6 +31,9 @@
 from sqlalchemy import text
 from sqlalchemy.dialects import postgresql
 
+BATCH_SIZE = 10000

Review Comment:
   I'm adding a config "migration_batch_size" under database section so that it 
can be reused across all migrations if required



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to