Skip to content

Commit b0f318b

Browse files
committed
feat(dwh): update file titles
1 parent 6615dd8 commit b0f318b

File tree

4 files changed

+63
-32
lines changed

4 files changed

+63
-32
lines changed

pages/data-warehouse/how-to/create-data-warehouse-deployment.mdx renamed to pages/data-warehouse/how-to/create-deployment.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ A Data Warehouse is a centralized repository designed to store, manage, and anal
1919

2020
- A Scaleway account logged into the [console](https://console.scaleway.com)
2121
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22-
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/#distributed-data-lab) and received a confirmation email.
22+
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/) and received a confirmation email.
2323

2424
## Creating a Data Warehouse Deployment
2525

26-
1. Click **Data Lab** under **Managed Services** on the side menu. The Distributed Data Lab page displays.
26+
1. Click **ClickHouse®** under **Managed Services** on the side menu. The Managed Data Warehouse for ClickHouse® page displays.
2727

2828
3. Click **+ Create deployment**. The Data Warehouse deployment creation wizard displays.
2929

3030
4. Select the **region** in which to create your deployment.
3131

3232
5. Choose an autoscaling configuration:
33-
- **Presets**: select one of several preconfigured deployments adapted to the most common use cases.
33+
- **Presets**: select one of several pre-configured deployments adapted to the most common use cases.
3434
- **Custom**: manually enter the vCPU autoscaling minimum and maximum values, and the number of nodes for your deployment.
3535
<Message type="note">
3636
You can update the autoscaling configuration of your deployment at any time after its creation.

pages/data-warehouse/how-to/delete-data-warehouse-deployment.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

pages/data-warehouse/how-to/manage-data-warehouse-deployment.mdx

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
meta:
3+
title: How to manage a Data Warehouse for ClickHouse® deployment
4+
description: This guide shows you how to manage a Data Warehouse for ClickHouse® deployment using the Scaleway console.
5+
content:
6+
h1: How to manage a Data Warehouse for ClickHouse® deployment
7+
paragraph: This guide shows you how to manage a Data Warehouse for ClickHouse® deployment using the Scaleway console.
8+
tags: clickhouse data-warehouse deployment management
9+
dates:
10+
validation: 2025-05-13
11+
posted: 2024-02-20
12+
categories:
13+
- data-warehouse
14+
---
15+
16+
This page explains how to manage and delete your Data Warehouse deployment.
17+
18+
<Macro id="requirements" />
19+
20+
- A Scaleway account logged into the [console](https://console.scaleway.com)
21+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
22+
- [Signed up to the private beta](https://www.scaleway.com/fr/betas/) and received a confirmation email.
23+
- Created a [Data Warehouse deployment](/data-warehouse/how-to/create-deployment/)
24+
25+
## How to manage a Data Warehouse deployment
26+
27+
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
28+
29+
2. Click the name of the Data Warehouse deployment you want to manage. The overview tab of the deployment displays. From this view, you can see the configuration of your deployment.
30+
31+
3. Click the **Settings** tab.
32+
33+
4. From this view, you can:
34+
35+
- Add, consult, or delete tags for your deployment.
36+
- [Delete your Data Warehouse deployment](/data-warehouse/how-to/manage-delete-deployment/#how-to-delete-a-data-warehouse).
37+
38+
<Message type="note">
39+
Once you have created a Data Warehouse deployment, you cannot edit certain parameters, such as the node type, or its computing resources. You must [create a new Data Warehouse deployment](/data-warehouse/how-to/create-depoyment/) instead.
40+
</Message>
41+
42+
## How to delete a Data Warehouse deployment
43+
44+
<Message type="important">
45+
This action is irreversible and will permanently delete this Data Warehouse deployment and all its associated data.
46+
</Message>
47+
48+
1. Click **Data Warehouse** under **Managed Services** on the side menu. The Data Warehouse deployment page displays.
49+
50+
2. Click the name of the Data Warehouse deployment you want to delete. The **Overview** tab of the deployment displays.
51+
52+
3. Click the **Settings** tab, then select **Delete deployment**.
53+
54+
4. Enter **DELETE** in the confirmation pop-up to confirm your action.
55+
56+
5. Click **Delete Data Warehouse deployment**.
57+
58+
<Message type="note">
59+
You can also delete a Data Warehouse deployment by clicking <Icon name="more" /> next to its name, then **Delete**.
60+
</Message>

0 commit comments

Comments
 (0)