Snowflake GX datasource

Is there any way to add snowflake datasource using sqlAlchemy engine instead of connection string?

Hi @ananyabhat! Thank you for your question and welcome to our community!

You can accomplish adding a snowflake datasource with sqlAlchemy instead of connection string by creating an SQLAlchemy engine for Snowflake. More information on that here.

The connection string is not required if the credentials for accessing the desired database are provided.