helm / charts

⚠️(OBSOLETE) Curated applications for Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[stable/superset] Error in connecting to snowflake

raefezzeldin opened this issue · comments

I have updated the initFile in values.yaml with the following to be able to connect to snowflake:

' pip install boto3 pip install psycopg2-binary pip install mysqlclient pip install pymssql pip install psycopg2-binary pip install elasticsearch-dbapi pip install snowflake-sqlalchemy

but it gives me the below error

/usr/local/lib/python3.6/site-packages/flask_caching/init.py:189: UserWarning: Flask-Caching: CACHE_TYPE is set to null, caching is effectively disabled.
"Flask-Caching: CACHE_TYPE is set to null, "
Unexpected error (botocore 1.15.47 (/usr/local/lib/python3.6/site-packages), Requirement.parse('botocore<1.15,>=1.5.0'), {'snowflake-connector-python'})
ERROR:superset.views.core:Unexpected error (botocore 1.15.47 (/usr/local/lib/python3.6/site-packages), Requirement.parse('botocore<1.15,>=1.5.0'), {'snowflake-connector-python'})