csm10495 opened a new pull request, #51:
URL: https://github.com/apache/airflow-client-python/pull/51
I'm not really sure the right way to do this but this is a rebuild of this
library based off the code of the recently released Airflow 2.4.2. It would be
really cool if on each airflow release this got rebuilt and released up to
pypi. How do releases normally work?
I basically got airflow cloned down next to airflow-client-python. Checked
out 2.4.2 of airflow. Checked out the latest for airflow-client-python. Went in
airflow's v1.yaml file, ensured we had:
```
security:
- Basic: []
- GoogleOpenId: []
- Kerberos: []
```
Then i went to the airflow-client-python directory and ran:
```
./clients/gen/python.sh airflow/api_connexion/openapi/v1.yaml
../airflow-client-python/airflow_client
```
added the changes via git then ran:
```
pre-commit run --all-files
```
added those changes and made this commit / PR here.
--
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]