From 0a409b2f54df28bda816f372fc639d48807474c9 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Thu, 11 Apr 2024 17:23:55 +0800 Subject: [PATCH] fix typo --- tidb-cloud/ticloud-serverless-export-download.md | 2 +- tidb-cloud/tidb-cloud-import-local-files.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tidb-cloud/ticloud-serverless-export-download.md b/tidb-cloud/ticloud-serverless-export-download.md index 3e7c7b7a45e53..b50db484bac3a 100644 --- a/tidb-cloud/ticloud-serverless-export-download.md +++ b/tidb-cloud/ticloud-serverless-export-download.md @@ -33,7 +33,7 @@ In non-interactive mode, you need to manually enter the required flags. In inter |-------------------------|------------------------------------------------------------------------------------|----------|------------------------------------------------------| | -c, --cluster-id string | Specifies the ID of the cluster. | Yes | Only works in non-interactive mode. | | -e, --export-id string | Specifies the ID of the export task. | Yes | Only works in non-interactive mode. | -| --output-path string | Specifies the destination path for saving the downloaded data. If not specified, the data is downloaded to thecurrent directory. | No | Only works in non-interactive mode. | +| --output-path string | Specifies the destination path for saving the downloaded data. If not specified, the data is downloaded to the current directory. | No | Only works in non-interactive mode. | | --auto-approve | Downloads the exported data without confirmation. | No | Works in both non-interactive and interactive modes. | | -h, --help | Shows help information for this command. | No | Works in both non-interactive and interactive modes. | diff --git a/tidb-cloud/tidb-cloud-import-local-files.md b/tidb-cloud/tidb-cloud-import-local-files.md index 9281d69a75ee1..8232efefad208 100644 --- a/tidb-cloud/tidb-cloud-import-local-files.md +++ b/tidb-cloud/tidb-cloud-import-local-files.md @@ -18,7 +18,7 @@ Currently, this method supports importing one CSV file for one task into either - If the extra columns are not the primary keys or the unique keys, no error will be reported. Instead, these extra columns will be populated with their [default values](/data-type-default-values.md). - If the extra columns are the primary keys or the unique keys and do not have the `auto_increment` or `auto_random` attribute, an error will be reported. In that case, it is recommended that you choose one of the following strategies: - Provide a source file that includes these the primary keys or the unique keys columns. - - Set the attributes of theprimary key or the unique key columns to `auto_increment` or `auto_random`. + - Set the attributes of the primary key or the unique key columns to `auto_increment` or `auto_random`. - If a column name is a reserved [keyword](/keywords.md) in TiDB, TiDB Cloud automatically adds backticks `` ` `` to enclose the column name. For example, if the column name is `order`, TiDB Cloud automatically adds backticks `` ` `` to change it to `` `order` `` and imports the data into the target table. ## Import local files