Hello,
Previously, we were using Composer v1 with no issue loading our plugins. Once we migrated to Composer v2, I noticed the webserver complaining like so:
Broken plugin: [/home/airflow/gcs/plugins/operators/gcs_to_elasticsearch.py] No module named 'helpers'
While running our dags, everything is working just fine with the plugins, but we're stuck with several big red errors on our webserver landing page.
Directory Structure
plugins/
dags/
helpers/
dag_1.py
Any help would be very much appreciated,
Alex