Connection string for Preset integration

Hi,

I am following this guide about connection Rockset to Preset.

In the Preset dashboard, it’s not clear whats should be filled in here:

Can you provide here an example of how a full URI should look?
That will be super helpful.

Thanks.

You want to use the following format for the SQLAlchemy URI:
rockset://apikey:{your-apikey}@{region api endpoint}/

Replace {your-apikey} with an API key you generated from Rockset.
Replace {region api endpoint} with one of the region urls found here but don’t include the “https://”.

An example (using a completely made up api key of course) is below:
rockset://apikey:aB789cl6890LBmdsl78vwh9gHohOINVhHPjpI9p990@api.euc1a1.rockset.com/

Hope that helps!

1 Like