apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.09k stars 14.29k forks source link

CI: Rewrite client codegen in Python #20253

Open potiuk opened 2 years ago

potiuk commented 2 years ago

There is a step where Python client for Airflow API is generated automatically. This should be rewrittent in Pythone. It is just running the open-api client generation and checking that it succeded.

https://github.com/apache/airflow/blob/98514cc1599751d7611b3180c60887da0a25ff5e/.github/workflows/ci.yml#L307

joppevos commented 2 years ago

@potiuk I would like to tackle this issue.