Add AccessURL option to Snowflake connection

The idea is:

Snowflake has a accessURL flag allowing you to specify a full URL for the connection, instead of defaulting to the pre-dedined URL. Node.js options reference | Snowflake Documentation has the info.

My use case:

We use Satori in front of Snowflake. We have to use a HTTPRequest instead of the native n8n Snowflake node because n8n is hardcoding the URL.

I think it would be beneficial to add this because:

The Snowflake node doesn’t work if you use Satori or similar tools

Any resources to support this?

Its a native feature of Snowflake. They added it for a reason

Are you willing to work on this?

Yes