aws-quickstart / quickstart-apache-superset

AWS Quick Start Team
Apache License 2.0
38 stars 31 forks source link

Install database driver #59

Open Micky7788 opened 1 year ago

Micky7788 commented 1 year ago

Hi, I am new to CloudFormation and I have deployed Apache Superset v.2.0.0 on CloudFormation stack using Quick Start doc. I want to install Snowflake driver into Superset, but I couldn't find a way like superset_config.py (to enable embedding feature) to inject Snowflake into it and I didn't figure out which stack the instance belongs to otherwise I can connect to it and execute the installation, can anyone help out please?

Micky7788 commented 1 year ago

@yike5460 I noticed that I can go to 'View in Designer' to modify the template, but what kind of code I can use to enable embedding feature and install Snowflake driver? Thanks