File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
tutorials/connect-generative-apis-sql Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ This tutorial demonstrates how to build a data analysis agent that connects Scal
2525<Macro id = " requirements" />
2626
2727- A Scaleway account logged into the [ console] ( https://console.scaleway.com )
28+ - [ Owner] ( /iam/concepts/#owner ) status or [ IAM permissions] ( /iam/concepts/#permission ) allowing actions in the intended Organization
2829- Python 3.9 or higher
2930- An API key from Scaleway [ Identity and Access Management] ( /iam/ )
3031- Access to Scaleway [ Generative APIs] ( /generative-apis/quickstart/ ) and [ Serverless SQL] ( /serverless-sql/quickstart/ )
@@ -52,13 +53,13 @@ The solution consists of three main components:
5253### Configure Serverless SQL
5354
54551 . Go to ** Databases** > ** Serverless SQL**
55- 2 . Create a new database with default settings
56+ 2 . [ Create a new database] ( /serverless-sql-databases/how-to/create-a-database/ ) with default settings
56573 . Click ** Connect application** > ** Connect with an existing IAM Secret Key**
57584 . Switch to the ** Connection string** tab and copy the connection string
5859
5960### Seed the database
6061
61- Connect to your database and run the following SQL to create a test schema with some data:
62+ [ Connect to your database] ( /serverless-sql-databases/how-to/connect-to-a-database/ ) and run the following SQL to create a test schema with some data:
6263
6364``` sql
6465CREATE TABLE Sales (
You can’t perform that action at this time.
0 commit comments