apache / airflow-client-go

Apache Airflow - OpenApi Client for Go
https://airflow.apache.org/
Apache License 2.0
169 stars 18 forks source link

Generated api client from the latest airflow main branch. #22

Closed senthilkumarkj closed 2 years ago

senthilkumarkj commented 2 years ago

Generated using the following command,

bash ./gen/go.sh ../airflow/api_connexion/openapi/v1.yaml AIRFLOW_CLIENT_GO_REPO_PATH/airflow

This is mainly to pull in the fix for #20.

senthilkumarkj commented 2 years ago

Just got a chance to get back to this. There are a lot of changes than I originally intended to make. It appears the client might have been out of date. PTAL. @houqp

One concerning change I see is that package version has been downgraded from 2.2.0 to 2.1.0.

senthilkumarkj commented 2 years ago

Friendly ping on this PR. @houqp

DrFaust92 commented 2 years ago

https://github.com/apache/airflow-client-go/pull/23 closes this as it has a bit newer spec

houqp commented 2 years ago

Thanks @DrFaust92! Apologize @senthilkumarkj for the late response.