Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Apr 11, 2024
1 parent 3ea5f47 commit 0a409b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tidb-cloud/ticloud-serverless-export-download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-import-local-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a409b2

Please sign in to comment.