peter-volkov opened a new issue #8650: URL: https://github.com/apache/airflow/issues/8650
There is a Yandex.Cloud provider in master branch. However, I want it completely backported to Airflow 1.* to distribute among the clients. The problem is this provider requires a custom connection type, which is not backported at the moment. It is hardly can be packaged as a wheel, because it involves editing common Airflow files ```airflow/www/views.py``` ```airflow/www/forms.py``` ```airflow/models/connection.py``` I can make a PR to 1.10.-test branch if there is no other way to pack the custom connection to the separated wheel package ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
