Skip to content

Commit 61b12d0

Browse files
Apply suggestions from code review
Co-authored-by: Néda <[email protected]>
1 parent 001b26a commit 61b12d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ This documentation exemplifies the migration procedure using the [New York Taxi
1616

1717
- A Scaleway account logged into the [console](https://console.scaleway.com)
1818
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
19-
- A working Google Cloud Provider account with access to BigQuery and Google Cloud Storage.
20-
- [Created a Data Warehouse for ClickHouse® deployment](/data-warehouse/how-to/create-deployment/).
19+
- A working Google Cloud Provider account with access to BigQuery and Google Cloud Storage
20+
- [Created a Data Warehouse for ClickHouse® deployment](/data-warehouse/how-to/create-deployment/)
2121

2222
## How to export data from Google BigQuery
2323

24-
Google BigQuery can only export data to Google CLoud Storage (GCS), so you must copy your data to GCS first, then transfer it from GCS to Scaleway Object Storage before ingesting it to your Data Warehouse for ClickHouse® deployment.
24+
Google BigQuery can only export data to Google Cloud Storage (GCS), so you must copy your data to GCS first, then transfer it from GCS to Scaleway Object Storage before ingesting it to your Data Warehouse for ClickHouse® deployment.
2525

2626
### Exporting BigQuery data to GCS
2727

@@ -44,9 +44,9 @@ Google BigQuery can only export data to Google CLoud Storage (GCS), so you must
4444
- You must have write access to the specified GCS bucket to perform this action.
4545
</Message>
4646

47-
### Transfering data to Scaleway Object Storage
47+
### Transferring data to Scaleway Object Storage
4848

49-
To copy data from Google Cloud Storage (GCS) to Scaleway Object Storage, we recommend using [Rclone](https://rclone.org/), as it is compatible with both Google Cloud Storage and Scaleway Object storage, and allows you to easily copy data from a cloud provider to another.
49+
To copy data from Google Cloud Storage (GCS) to Scaleway Object Storage, we recommend using [Rclone](https://rclone.org/), as it is compatible with both Google Cloud Storage and Scaleway Object Storage, and allows you to easily copy data from a cloud provider to another.
5050

5151
1. Run the command below to install Rclone, or refer to the [official documentation](https://rclone.org/downloads/) for alternative methods:
5252

@@ -78,7 +78,7 @@ To copy data from Google Cloud Storage (GCS) to Scaleway Object Storage, we reco
7878
- Endpoint: `s3.fr-par.scw.cloud` (update according to your preferred region)
7979
- API access key and secret key
8080

81-
6. Run the command below to copy the cotntent of your GCS bucket to your Scaleway Object Storage bucket. Make sure to replace the placeholders with the correct values:
81+
6. Run the command below to copy the content of your GCS bucket to your Scaleway Object Storage bucket. Make sure to replace the placeholders with the correct values:
8282
```sh
8383
rclone copy gcs:your-gcs-bucket scw:your-scw-bucket --progress
8484
```
@@ -105,7 +105,7 @@ Your Scaleway Object Storage now contains data exported from Google BigQuery in
105105
ORDER BY pickup_datetime;
106106
```
107107

108-
2. Run the command below Import data from your Scaleway Object Storage bucket.
108+
2. Run the command below to import data from your Scaleway Object Storage bucket.
109109

110110
```sql
111111
INSERT INTO nyc_taxi.trips_small

0 commit comments

Comments
 (0)