byingyang opened a new issue #28:
URL: https://github.com/apache/airflow-client-python/issues/28
Calling `pool_client.get_pools()` I get this error:
```
Invalid inputs given to generate an instance of 'PoolCollectionAllOf'. The
input data was invalid for the allOf schema 'PoolCollectionAllOf' in the
composed schema 'PoolCollection'. Error=Pool has no attribute 'running_slots'
at ['received_data']['pools'][0]['running_slots']
```
Here is the response debug
```
DEBUG:airflow_client.client.rest: response body: b'{\n "pools": [\n {\n
"name": "default_pool",\n "occupied_slots": 1,\n "open_slots":
47,\n "queued_slots": 0,\n "running_slots": 1,\n "slots": 48\n
},\n ],\n "total_entries": 1\n}\n'
```
--
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]