You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/data-warehouse/how-to/manage-storage.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ When using the `tiered` storage policy, you can manually move partitions between
95
95
ALTERTABLE tiered_table_without_partitions MOVE PARTITION tuple() TO VOLUME 'cold';
96
96
```
97
97
98
-
-Move a partition to the `hot` volume (Block Storage):
98
+
-Moving a partition to the `hot` volume (Block Storage):
99
99
100
100
```sql
101
101
ALTERTABLE tiered_table MOVE PARTITION '2024-08' TO VOLUME 'hot';
@@ -108,7 +108,7 @@ When using the `tiered` storage policy, you can manually move partitions between
108
108
109
109
## S3 cache policy
110
110
111
-
[Connect to you deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `s3_cache` policy enabled.
111
+
[Connect to your deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `s3_cache` policy enabled.
[Connect to you deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `default` (Block Storage only) policy enabled.
127
+
[Connect to your deployment](/data-warehouse/how-to/connect-applications/), then run the SQL query below to create a new table with the `default` (Block Storage only) policy enabled.
Copy file name to clipboardExpand all lines: pages/data-warehouse/how-to/manage-users.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,9 @@ The Scaleway console allows you to create users for your Data Warehouse for Clic
29
29
30
30
3. Click the **Users** tab. A list of your current users displays.
31
31
32
-
4. Click **+ Create user**. A popup displays.
32
+
4. Click **+ Create user**. A pop-up displays.
33
33
34
-
5. Enter a username. It must be unique can contain up to 63 characters, and must start with a letter. Only alphanumeric characters, underscores, and dashes are accepted.
34
+
5. Enter a username. It must be unique, contain up to 63 characters, and must start with a letter. Only alphanumeric characters, underscores, and dashes are accepted.
35
35
36
36
6. Enter a password, or generate one automatically.
37
37
@@ -49,7 +49,7 @@ The newly created user appears in the list of your deployment's users.
49
49
50
50
3. Click the **Users** tab. A list of your current users displays.
51
51
52
-
4. Click <Iconname="more" /> next to the name of the user you want to update, then click ¨**Update user**. A popup displays.
52
+
4. Click <Iconname="more" /> next to the name of the user you want to update, then click **Update user**. A pop-up displays.
53
53
54
54
5. Update the user's password and/or admin rights, then click **Update user** to confirm.
55
55
@@ -61,7 +61,7 @@ The newly created user appears in the list of your deployment's users.
61
61
62
62
3. Click the **Users** tab. A list of your current users displays.
63
63
64
-
4. Click <Iconname="delete" /> next to the name of the user you want to delete. A confirmation popup displays.
64
+
4. Click <Iconname="delete" /> next to the name of the user you want to delete. A confirmation pop-up displays.
65
65
66
66
5. Enter `DELETE`, then click **Delete user** to confirm.``
0 commit comments