willbarrett commented on issue #9083: Error while Connecting to Snowflakes URL: https://github.com/apache/incubator-superset/issues/9083#issuecomment-596790679 Hi. It appears that you are missing the optional Snowflake SQLAlchemy package. You can fix the issue by running `pip install snowflake-sqlalchemy` in your execution context. Many database driver packages are optional due to a few reasons. One common one the licensing of the driver being incompatible with Apache's guidelines in some instances. Another is a desire to keep our base installations small - it is expected that users will choose the drivers appropriate for their installation. Thanks for opening this issue!
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
