airflow-client-python
airflow-client-python copied to clipboard
Read-only fields should not be sent in requests
Hello,
Here is discussion that affects Open API client: https://github.com/apache/airflow/pull/14645
Best regards, Kamil Breguła
This will be fixed when OpenApi generator 5.2.0 is released https://github.com/OpenAPITools/openapi-generator/pull/9409
It looks like the fix was indeed released in v5.2.0, over 4 months ago. Also, since then v5.3.0 has been released.
Since triggering tasks is broken currently, is there a way for me to contribute now that this is unblocked? I couldn't find instructions on how to re-generate the api client to open a PR.