You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
What is the best way to install snowflake driver into the image, I actually tried to compose another superset image by doing:
FROM public.ecr.aws/p9r6s5p7/superset:v1.4.1
RUN pip install snowflake-sqlalchemy==1.2.4
and use the new image still doesn't work.
The text was updated successfully, but these errors were encountered:
What is the best way to install snowflake driver into the image, I actually tried to compose another superset image by doing:
FROM public.ecr.aws/p9r6s5p7/superset:v1.4.1
RUN pip install snowflake-sqlalchemy==1.2.4
and use the new image still doesn't work.
The text was updated successfully, but these errors were encountered: