csm10495 opened a new issue, #50:
URL: https://github.com/apache/airflow-client-python/issues/50
Example:
```
>>> ti = TaskInstanceApi(api_client)
>>> ti.get_task_instances('tutorial',
'manual__2022-10-31T20:32:58.139267+00:00')
...
ApiValueError: Invalid inputs given to generate an instance of
'TaskInstanceCollectionAllOf'. The input data was invalid for the allOf schema
'TaskInstanceCollectionAllOf' in the composed schema 'TaskInstanceCollection'.
Error=Invalid type for variable 'sla_miss'. Required value type is SLAMiss and
passed type was NoneType at ['received_data']['task_instances'][0]['sla_miss']
```
In the raw json data:
```
...
"sla_miss": null,
...
```
This is using apache-airflow-client 2.3.0 and airflow 2.3.2
--
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]