Usiel commented on code in PR #32709:
URL: https://github.com/apache/airflow/pull/32709#discussion_r1288326053


##########
airflow/api/client/api_client.py:
##########
@@ -60,12 +60,13 @@ def get_pools(self):
         """Get all pools."""
         raise NotImplementedError()
 
-    def create_pool(self, name, slots, description):
+    def create_pool(self, name, slots, description, include_deferred):

Review Comment:
   > I will try to convince the release manager to include that one in 2.7.0 - 
it would be a pity to wait till 2.8 for that one as there is clearly a need.
   
   Thank you, that'd be great!
   
   Unfortunately the `pool_command` makes use of `airflow.api.client`. So if we 
don't want any changes to the API client, we'd also have to undo the changes 
for the CLI pool commands (specifically the `airflow pool set ...` cmd). I can 
do that now, if that's what we're going for.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to