Context
I'm using Airflow hosted on Google kubernetes engine, I've added apache-airflow-providers-airbyte 3.2.0
to the requirements.txt which is installed and appears on the Airflow - Admin > Providers" UI along with the default providers.
Blocker
A "ModuleNotFoundError: No module named 'airflow.providers.airbyte'" error appears for the following import
from airflow.providers.airbyte.operators.airbyte import AirbyteTriggerSyncOperator
from airflow.providers.airbyte.sensors.airbyte import AirbyteJobSensor
Missing dependency packages installed