potiuk opened a new issue, #85: URL: https://github.com/apache/airflow-client-python/issues/85
When running https://raw.githubusercontent.com/apache/airflow-client-python/main/dev/test_python_client.py with 2.6.2rc1 it fails with: ``` Exception when calling DagAPI->get_tasks: Invalid type for variable 'execution_timeout'. Required value type is TimeDelta and passed type was NoneType at ['received_data']['tasks'][0]['execution_timeout'] ``` <img width="1119" alt="Screenshot 2023-06-19 at 01 11 59" src="https://github.com/apache/airflow-client-python/assets/595491/5027d136-ad2b-4ed6-8a8b-30f29dd7bf2f"> The same test run with python-test-client==2.6.1 succeeds <img width="783" alt="Screenshot 2023-06-19 at 01 14 24" src="https://github.com/apache/airflow-client-python/assets/595491/157b190f-e292-4c89-bae8-d041968f3718"> -- 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]
