lokeshlal opened a new pull request #6889: V1 10 stable URL: https://github.com/apache/airflow/pull/6889 ### Description - Added dynamic pooling within Airflow ### Tests - PR does not need modification in test cases as the parameter which we changed is related to pool_capacity occupied by an individual task and should be handled by existing test cases ### Documentation Modified following files: 1. Added a migration file 4edd1e752c7a_add_pool_capacity_field_to_taskinstance.py to add the pool_capacity in db 2. Models 2.1 pool.py - changed the logic to calculate the open and occupied slots 2.2 taskinstance.py - added the pool_capacity properpty 2.3 baseoperator.py - added the pool_capacity properpty 3. ti_deps 3.1 pool_slots_available_dep.py - modified the logic based upon pool_capacity
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
