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


##########
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:
   Can you remove those changes from "airflow/api/client" packages @Usiel 
please? I am eyeing to add that change to 2.7.0 if possible, so if there is a 
way to do it quickly that would be fantastic.



-- 
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