Skip to content

Commit 69b1e57

Browse files
committed
chore(gen): update
1 parent 74fbe5d commit 69b1e57

File tree

5 files changed

+26
-28
lines changed

5 files changed

+26
-28
lines changed

pages/data-lab/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data Lab for Apache Spark™ - Concepts
33
description: Learn the fundamental concepts of Scaleway Data Lab for Apache Spark™.
44
tags: data lab for apache spark notebook jupyter processing
55
dates:
6-
validation: 2025-02-24
6+
validation: 2025-09-02
77
---
88

99
## Apache Spark cluster

pages/data-lab/faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Data Lab for Apache Spark™ FAQ
33
description: Discover Scaleway Data Lab for Apache Spark™ powered by Apache Spark, and how to use it.
44
dates:
5-
validation: 2025-02-18
5+
validation: 2025-09-02
66
productIcon: DistributedDataLabProductIcon
77
---
88

pages/data-lab/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Data Lab for Apache Spark™ - Quickstart
33
description: Get started with Scaleway Data Lab for Apache Spark™ quickly and efficiently.
44
tags: data lab apache spark notebook jupyter processing
55
dates:
6-
validation: 2025-02-24
6+
validation: 2025-09-02
77
posted: 2024-07-10
88
---
99
import Requirements from '@macros/iam/requirements.mdx'

pages/serverless-sql-databases/how-to/connect-to-a-database.mdx

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,38 @@ title: How to connect to a Serverless SQL Database
33
description: Step-by-step guide to connect to a Scaleway Serverless SQL Database.
44
tags: database serverless-sql-database serverless-db serverless-database postgresql
55
dates:
6-
validation: 2025-03-25
6+
validation: 2025-09-02
77
posted: 2023-08-11
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
1211
This page shows you how to set up the connection to a Serverless SQL Database using the Scaleway console.
1312

1413
## Overview
1514

1615
To connect to a Serverless SQL Database, you can either use a **connection string**, or **connection parameters**.
1716

18-
- A connection string provides the necessary information and parameters to establish a connection between an [IAM user](/iam/concepts/#user) or [application](/iam/concepts/#application), and the database. The string is written as follows:
19-
```sh
20-
postgres://[user-or-application-id]:[api-secret-key]@[database-hostname]:5432/[database-name]?sslmode=require
21-
```
22-
<Message type="note">
23-
The `?sslmode=require` parameter is mandatory to connect to your database. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
24-
</Message>
25-
26-
- Connection parameters provide the necessary information and parameters to connect an [IAM user](/iam/concepts/#user) or [application](/iam/concepts/#application) to a database. The parameters are expressed in the `KEY="value"` format, as follows:
27-
28-
```sh
29-
PGUSER="user-or-application-id"
30-
PGPASSWORD="api-secret-key"
31-
PGHOST="database-hostname"
32-
PGPORT="5432"
33-
PGDATABASE="database-name"
34-
```
35-
36-
<Message type="note">
37-
The `PGSSLMODE="require"` parameter is required to connect to your database, but can be omitted as it is provided by default by most SQL clients. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
38-
</Message>
17+
- A connection string provides the necessary information and parameters to establish a connection between an [IAM user](/iam/concepts/#user) or [application](/iam/concepts/#application), and the database. The string is written as follows:
18+
```sh
19+
postgres://[user-or-application-id]:[api-secret-key]@[database-hostname]:5432/[database-name]?sslmode=require
20+
```
21+
<Message type="note">
22+
The `?sslmode=require` parameter is mandatory to connect to your database. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
23+
</Message>
24+
25+
- Connection parameters provide the necessary information and parameters to connect an [IAM user](/iam/concepts/#user) or [application](/iam/concepts/#application) to a database. The parameters are expressed in the `KEY="value"` format, as follows:
26+
27+
```sh
28+
PGUSER="user-or-application-id"
29+
PGPASSWORD="api-secret-key"
30+
PGHOST="database-hostname"
31+
PGPORT="5432"
32+
PGDATABASE="database-name"
33+
```
34+
35+
<Message type="note">
36+
The `PGSSLMODE="require"` parameter is required to connect to your database, but can be omitted as it is provided by default by most SQL clients. Refer to the [dedicated documentation](/serverless-sql-databases/api-cli/secure-connection-ssl-tls/) for more information about SSL connection to Serverless SQL Databases.
37+
</Message>
3938

4039
<Requirements />
4140

pages/serverless-sql-databases/quickstart.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: SQL Databases - Quickstart
33
description: Quickstart guide for setting up Scaleway serverless SQL databases.
44
tags: sql-databases serverless database connect create delete serverless-sql-database serverless-db postgresql
55
dates:
6-
validation: 2025-02-27
6+
validation: 2025-09-02
77
posted: 2023-08-11
88
---
99
import Requirements from '@macros/iam/requirements.mdx'
1010

11-
1211
Scaleway Serverless SQL Databases are fully managed databases that automatically scale in storage and compute according to your workloads.
1312

1413
This page explains how to create, access, and delete a Serverless SQL Database using the Scaleway console.

0 commit comments

Comments
 (0)