can anyone suggest me how to do it easier, have tr...
# ask-community-for-troubleshooting
l
can anyone suggest me how to do it easier, have tried using the puckel airflow and add the requirement.txt && in the docker file but none of that works. All of them say that
module airflow.providers
is not found. But the directories do exists. How can i fix this?
u
Our Operators works only for Airbyte 2+. And Airflow 1.10 is deprecated
l
ohhh, i see, is there any way to workaround for 1.10? thanks
u
as far i remember, jarek when publish the airbyte connector didnt execute the backport compatibility. The connector is simple, so to you use it on Airflow 1.10 you could copy the code and use as a
plugin/
... probably you should only change some import paths
l
yes, cool, I am also trying that.