Skip to content

Commit 5340d32

Browse files
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 2e8ae24 commit 5340d32

File tree

1 file changed

+3
-2
lines changed
  • tutorials/connect-generative-apis-sql

1 file changed

+3
-2
lines changed

tutorials/connect-generative-apis-sql/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

5455
1. 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
5657
3. Click **Connect application** > **Connect with an existing IAM Secret Key**
5758
4. 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
6465
CREATE TABLE Sales (

0 commit comments

Comments
 (0)