I'm trying to create a custom Secrets Backend in Airflow. But have an issue with Airflow Scheduler that doesn't load it.
Secret Backend is a package in pypi package that I install in my Composer environment.
But Airflow Scheduler can't find my package for some reason, and errors during startup with a module not found error.
All other Airflow components, such as a DAG processor or workers, load my backend successfully.
I'm using composer-3-airflow-2.11.1-build.1 version (was trying on 2.10 as well)
What could be a reason that only the Scheduler can't load my module?
Also, there is composer-dev cli that works with a custom backend, but only on old versions: 0.10.2. All new versions 0.11.x can't find the package with the custom backend.