christhekeele commented on issue #21: URL: https://github.com/apache/airflow-client-python/issues/21#issuecomment-963695973
I have worked around this by re-generating the api client for airflow 2.3.0 with [this patch](https://github.com/apache/airflow/pull/19155) applied. Available from [my fork](https://github.com/christhekeele/airflow-client-python/tree/2.3.0). You can install it in a requirements.txt via: ``` # apache-airflow-client==2.1.0 -e git://github.com/christhekeele/[email protected]#egg=apache-airflow-client ``` -- 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]
