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/migrate-from-bigquery.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ This documentation exemplifies the migration procedure using the [New York Taxi
16
16
17
17
- A Scaleway account logged into the [console](https://console.scaleway.com)
18
18
-[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/)
21
21
22
22
## How to export data from Google BigQuery
23
23
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.
25
25
26
26
### Exporting BigQuery data to GCS
27
27
@@ -44,9 +44,9 @@ Google BigQuery can only export data to Google CLoud Storage (GCS), so you must
44
44
- You must have write access to the specified GCS bucket to perform this action.
45
45
</Message>
46
46
47
-
### Transfering data to Scaleway Object Storage
47
+
### Transferring data to Scaleway Object Storage
48
48
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.
50
50
51
51
1. Run the command below to install Rclone, or refer to the [official documentation](https://rclone.org/downloads/) for alternative methods:
52
52
@@ -78,7 +78,7 @@ To copy data from Google Cloud Storage (GCS) to Scaleway Object Storage, we reco
78
78
- Endpoint: `s3.fr-par.scw.cloud` (update according to your preferred region)
79
79
- API access key and secret key
80
80
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:
0 commit comments