Skip to content

Commit 200f404

Browse files
committed
docs(dwh): update
1 parent a2af3e4 commit 200f404

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pages/data-warehouse/how-to/migrate-from-bigquery.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ To copy data from Google Cloud Storage (GCS) to Scaleway Object Storage, we reco
5858
```sh
5959
rclone config
6060
```
61-
62-
3. Enter the following parameters when prompted:
63-
- Enter `n` to create a new remote.
61+
62+
3. Create a new remote, then enter the following parameters when prompted:
6463
- Name: `gcs`
6564
- Storage type: `Google Cloud Storage`
6665
- ID and secret (service account JSON file recommended)
@@ -72,8 +71,7 @@ To copy data from Google Cloud Storage (GCS) to Scaleway Object Storage, we reco
7271
rclone config
7372
```
7473

75-
5. Enter the following parameters when prompted:
76-
- Enter `n` to create a new remote.
74+
5. Create a new remote, then enter the following parameters when prompted:
7775
- Name: `scw`
7876
- Storage type: `s3`
7977
- Provider: `Scaleway`
@@ -148,4 +146,4 @@ Your Scaleway Object Storage now contains data exported from Google BigQuery in
148146
LIMIT 10;
149147
```
150148

151-
Your data is now imported into your Data Warehouse for ClickHouse® deployment.
149+
Your data is now imported into your Data Warehouse for ClickHouse® deployment.

0 commit comments

Comments
 (0)