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: markdown-pages/en/tidbcloud/master/develop/dev-guide-insert-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ The following are the recommended tools for bulk-insert:
244
244
245
245
<CustomContentplatform="tidb-cloud">
246
246
247
-
- Data import: [Create Import](/tidb-cloud/import-sample-data-serverless.md) page in the [TiDB Cloud console](https://console.tidb.io/signup?provider_source=alicloud). You can import **Dumpling**exported data, import a local **CSV** file, or [Import CSV Files from Amazon S3, GCS, or Azure Blob Storage into TiDB Cloud Starter](/tidb-cloud/import-csv-files-serverless.md). It also supports reading data from a local disk, Amazon S3 cloud disk, or GCS cloud disk.
247
+
- Data import: [Create Import](/tidb-cloud/import-sample-data-serverless.md) page in the [TiDB Cloud console](https://console.tidb.io/signup?provider_source=alicloud). You can upload local CSV files, and import **Dumpling**logical dumps (schema and data), **CSV**, or **Parquet** files stored in cloud storage. For more information, see [Import CSV Files from Cloud Storage into TiDB Cloud Starter](/tidb-cloud/import-csv-files-serverless.md) and [Import Apache Parquet Files from Cloud Storage into TiDB Cloud Starter](/tidb-cloud/import-parquet-files-serverless.md).
248
248
- Data replication: [TiDB Data Migration](https://docs.pingcap.com/tidb/stable/dm-overview). You can replicate MySQL, MariaDB, and Amazon Aurora databases to TiDB. It also supports merging and migrating the sharded instances and tables from the source databases.
-`secret-access-key`: Specifies the secret access key.
63
+
-`session-token`: Specifies the temporary session token.
64
+
-`use-accelerate-endpoint`: Specifies whether to use the accelerate endpoint on Amazon S3 (defaults to `false`).
65
+
-`endpoint`: Specifies the URL of custom endpoint for S3-compatible services (for example, `<https://s3.example.com/>`).
66
+
-`force-path-style`: Use path style access rather than virtual hosted style access (defaults to `true`).
67
+
-`storage-class`: Specifies the storage class of the uploaded objects (for example, `STANDARD` or `STANDARD_IA`).
68
+
-`sse`: Specifies the server-side encryption algorithm used to encrypt the uploaded objects (value options: empty, `AES256`, or `aws:kms`).
69
+
-`sse-kms-key-id`: Specifies the KMS ID if `sse` is set to `aws:kms`.
70
+
-`acl`: Specifies the canned ACL of the uploaded objects (for example, `private` or `authenticated-read`).
71
+
-`role-arn`: To allow TiDB Cloud to access Amazon S3 data using a specific [IAM role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html), provide the role's [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) in the `role-arn` URL query parameter. For example: `arn:aws:iam::888888888888:role/my-role`.
72
+
73
+
> **Note:**
74
+
>
75
+
> - To automatically create an IAM role, navigate to the **Import Data from Amazon S3** page of your cluster in the [TiDB Cloud console](https://console.tidb.io/signup?provider_source=alicloud), fill in the **Folder URI** field, click **Click here to create new one with AWS CloudFormation** under the **Role ARN** field, and then follow the on-screen instructions in the **Add New Role ARN** dialog.
76
+
> - If you have any trouble creating the IAM role using AWS CloudFormation, click **click Having trouble? Create Role ARN manually** in the **Add New Role ARN** dialog to get the TiDB Cloud Account ID and TiDB Cloud External ID, and then follow the steps in [Configure Amazon S3 access using a Role ARN](/tidb-cloud/serverless-external-storage.md#configure-amazon-s3-access-using-a-role-arn) to create the role manually. When configuring the IAM role, make sure to enter the TiDB Cloud account ID in the **Account ID** field and select **Require external ID** to protect against [confused deputy attacks](https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html).
77
+
> - To enhance security, you can reduce the valid duration of the IAM role by configuring a shorter **Max session duration**. For more information, see [Update the maximum session duration for a role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_update-role-settings.html#id_roles_update-session-duration) in AWS documentation.
78
+
79
+
-`external-id`: Specifies the TiDB Cloud External ID, which is required for TiDB Cloud to access Amazon S3 data. You can obtain this ID from the **Add New Role ARN** dialog in the [TiDB Cloud console](https://console.tidb.io/signup?provider_source=alicloud). For more information, see [Configure Amazon S3 access using a Role ARN](/tidb-cloud/serverless-external-storage.md#configure-amazon-s3-access-using-a-role-arn).
80
+
51
81
The following is an example of an Amazon S3 URI for [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md). In this example, you need to specify a specific filename `test.csv`.
The following is an example of a GCS URI for [`IMPORT INTO`](/sql-statements/sql-statement-import-into.md). In this example, you need to specify a specific filename `test.csv`.
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/csv-config-for-import-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ summary: Learn how to use CSV configurations for the Import Data service on TiDB
7
7
8
8
This document introduces CSV configurations for the Import Data service on TiDB Cloud.
9
9
10
-
The following is the CSV Configuration window when you use the Import Data service on TiDB Cloud to import CSV files. For more information, see [Import CSV Files from Amazon S3, GCS, or Azure Blob Storage into TiDB Cloud Starter](/tidb-cloud/import-csv-files-serverless.md).
10
+
The following is the CSV Configuration window when you use the Import Data service on TiDB Cloud to import CSV files. For more information, see [Import CSV Files from Cloud Storage into TiDB Cloud Starter](/tidb-cloud/import-csv-files-serverless.md).
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/import-csv-files-serverless.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Import CSV Files from Amazon S3, GCS, Azure Blob Storage, or Alibaba Cloud OSS into TiDB Cloud Starter
2
+
title: Import CSV Files from Cloud Storage into TiDB Cloud Starter
3
3
summary: Learn how to import CSV files from Amazon S3, GCS, Azure Blob Storage, or Alibaba Cloud Object Storage Service (OSS) into TiDB Cloud Starter.
4
4
---
5
5
6
-
# Import CSV Files from Amazon S3, GCS, Azure Blob Storage, or Alibaba Cloud OSS into TiDB Cloud Starter
6
+
# Import CSV Files from Cloud Storage into TiDB Cloud Starter
7
7
8
8
This document describes how to import CSV files from Amazon Simple Storage Service (Amazon S3), Google Cloud Storage (GCS), Azure Blob Storage, or Alibaba Cloud Object Storage Service (OSS) into TiDB Cloud Starter.
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/import-parquet-files-serverless.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Import Apache Parquet Files from Amazon S3, GCS, Azure Blob Storage, or Alibaba Cloud OSS into TiDB Cloud Starter
2
+
title: Import Apache Parquet Files from Cloud Storage into TiDB Cloud Starter
3
3
summary: Learn how to import Apache Parquet files from Amazon S3, GCS, Azure Blob Storage, or Alibaba Cloud Object Storage Service (OSS) into TiDB Cloud Starter.
4
4
---
5
5
6
-
# Import Apache Parquet Files from Amazon S3, GCS, Azure Blob Storage, or Alibaba Cloud OSS into TiDB Cloud Starter
6
+
# Import Apache Parquet Files from Cloud Storage into TiDB Cloud Starter
7
7
8
8
You can import both uncompressed and Snappy compressed [Apache Parquet](https://parquet.apache.org/) format data files to TiDB Cloud Starter. This document describes how to import Parquet files from Amazon Simple Storage Service (Amazon S3), Google Cloud Storage (GCS), Azure Blob Storage, or Alibaba Cloud Object Storage Service (OSS) into TiDB Cloud Starter.
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/import-snapshot-files.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@ summary: Learn how to import Amazon Aurora or RDS for MySQL snapshot files into
7
7
8
8
You can import Amazon Aurora or RDS for MySQL snapshot files into TiDB Cloud. Note that all source data files with the `.parquet` suffix in the `{db_name}.{table_name}/` folder must conform to the [naming convention](/tidb-cloud/naming-conventions-for-data-import.md).
9
9
10
-
The process of importing snapshot files is similar to that of importing Parquet files. For more information, see [Import Apache Parquet Files from Amazon S3, GCS, or Azure Blob Storage into TiDB Cloud Starter](/tidb-cloud/import-parquet-files-serverless.md).
10
+
The process of importing snapshot files is similar to that of importing Parquet files. For more information, see [Import Apache Parquet Files from Cloud Storage into TiDB Cloud Starter](/tidb-cloud/import-parquet-files-serverless.md).
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/tidb-cloud-migration-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,19 @@ If you have data files in SQL, CSV, Parquet, or Aurora Snapshot formats, you can
33
33
34
34
You can import sample data (SQL file) to TiDB Cloud to quickly get familiar with the TiDB Cloud interface and the import process. For more information, see [Import Sample Data to TiDB Cloud](/tidb-cloud/import-sample-data-serverless.md).
35
35
36
-
- Import CSV files from Amazon S3 or GCS into TiDB Cloud
36
+
- Import CSV files from cloud storage into TiDB Cloud
37
37
38
-
You can import CSV files from Amazon S3 or GCS into TiDB Cloud. For more information, see [Import CSV Files from Amazon S3, GCS, or Azure Blob Storage into TiDB Cloud Starter](/tidb-cloud/import-csv-files-serverless.md).
38
+
You can import CSV files from cloud storage such as Amazon S3 into TiDB Cloud. For more information, see [Import CSV Files from Cloud Storage into TiDB Cloud Starter](/tidb-cloud/import-csv-files-serverless.md).
39
39
40
-
- Import Apache Parquet files from Amazon S3 or GCS into TiDB Cloud
40
+
- Import Apache Parquet files from cloud storage into TiDB Cloud
41
41
42
-
You can import Parquet files from Amazon S3 or GCS into TiDB Cloud. For more information, see [Import Apache Parquet Files from Amazon S3 or GCS into TiDB Cloud](/tidb-cloud/import-parquet-files-serverless.md).
42
+
You can import Parquet files from cloud storage such as Amazon S3 into TiDB Cloud. For more information, see [Import Apache Parquet Files from Cloud Storage into TiDB Cloud Starter](/tidb-cloud/import-parquet-files-serverless.md).
43
43
44
44
## Reference
45
45
46
-
### Configure Amazon S3 access and GCS access
46
+
### Configure cloud storage access
47
47
48
-
If your source data is stored in Amazon S3 or Google Cloud Storage (GCS) buckets, before importing or migrating the data to TiDB Cloud, you need to configure access to the buckets. For more information, see [Configure Amazon S3 access and GCS access](/tidb-cloud/serverless-external-storage.md).
48
+
If your source data is stored in cloud storage, before importing or migrating the data to TiDB Cloud, you need to configure access to the storage. For more information, see [Configure cloud storage access](/tidb-cloud/serverless-external-storage.md).
0 commit comments