Replies: 1 comment
-
Hey @londhe849 ! I have check on my personal MWAA cluster your requirements and found found this error in CloudWatch logs
You could try this requirements.txt it should work. apache-airflow-providers-snowflake==2.3.0
snowflake-connector-python==2.7.0
snowflake-sqlalchemy==1.2.4 Seems like AWS might use their own PyPI repo. I've would recommend to ask AWS Support for question related MWAA or try to find it in MWAA User Guide |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Python snowflake.connector library to connect to snowflake from MWAA Airflow. The code is working fine in Airflow version 2.0.2.
Now I am upgrading MWAA Airflow version to 2.2.2 and trying to execute the same code to connect to snowflake. I created new Airflow environment with version 2.2.2.
My requirements.txt file is as shown below:
But I am getting error with Snowflake module on Airflow UI as shown below:
Also, I am not able to view any AWS cloudwatch logs. I did not find any details about snowflake changes from Airflow version 2.0.2 to 2.2.2. Can anyone help me to resolve this issue?
Note: Below is my requirements.txt file for MWAA Airflow version 2.0.2.:
Beta Was this translation helpful? Give feedback.
All reactions