quickstart-apache-superset
quickstart-apache-superset copied to clipboard
Install snowflake driver
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.
@yike5460 Any thoughts?
You need to replace image url in CloudFormation template after you pack your own image.
@BlueStalker - did the above work for you? I have similar need hence asking
@BlueStalker Hi, did you install Snowflake driver successfully?