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

   Working as expected on latest client version (2.5.1):
   
   ```python
       # DagRun
       dag_run_api_instance = dag_run_api.DAGRunApi(api_client)
       try:
           api_response = dag_run_api_instance.post_dag_run(
               "25616-bug", dag_run_api.DAGRun()
           )
           pprint(api_response)
       except airflow_client.client.OpenApiException as e:
           print("Exception when calling DagRunApi->post_dag_run: %s\n" % e)
   ```
   Closing for now, feel free to reopen if needed. :smile: 


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