You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "pierrejeambrun (via GitHub)" <gi...@apache.org> on 2023/02/24 22:26:47 UTC

[GitHub] [airflow-client-python] pierrejeambrun commented on issue #28: Pools API broken using airflow 2.1.2

pierrejeambrun commented on issue #28:
URL: https://github.com/apache/airflow-client-python/issues/28#issuecomment-1444598070

   Working as expected on latest version (2.5.1):
   ```python
       # Get pool list
       pool_api_instance = pool_api.PoolApi(api_client)
       try:
           api_response = pool_api_instance.get_pools()
           pprint(api_response)
       except airflow_client.client.OpenApiException as e:
           print("Exception when calling PoolApi->get_pools: %s\n" % e)
   ```
   ### Response:
   ![image](https://user-images.githubusercontent.com/14861206/221305225-ecf3fc29-d749-40a1-acb0-dc6b65a2f9f2.png)
   
   
   Closing for now, feel free to reopen if needed.


-- 
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-unsubscribe@airflow.apache.org

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