pierrejeambrun commented on issue #29:
URL:
https://github.com/apache/airflow-client-python/issues/29#issuecomment-1444616655
Working as expected on latest client version (2.5.1) and latest airflow
(2.5.1).
```python
# Get dag list
dag_api_instance = dag_api.DAGApi(api_client)
try:
api_response = dag_api_instance.get_dags(limit=1)
pprint(api_response)
except airflow_client.client.OpenApiException as e:
print("Exception when calling DagAPI->get_dags: %s\n" % e)
```
### Response:

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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]