From 68e7321c39dcc0f1bb8bc795a46388b5771cceb5 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Tue, 27 Aug 2024 13:13:04 +0800 Subject: [PATCH] Update serverless-export.md --- tidb-cloud/serverless-export.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tidb-cloud/serverless-export.md b/tidb-cloud/serverless-export.md index 232bd88ed1fa0..c705d2b948eb5 100644 --- a/tidb-cloud/serverless-export.md +++ b/tidb-cloud/serverless-export.md @@ -153,17 +153,17 @@ You can compress the exported Parquet data using the following algorithms: 1. Create an export task. TiDB Cloud CLI will export the data to local file by default: - ```shell - ticloud serverless export create -c --filter "database.table" - ``` + ```shell + ticloud serverless export create -c --filter "database.table" + ``` - You will get an export ID from the output. + You will get an export ID from the output. 2. After the export task is successful, download the exported data to your local file: - ```shell - ticloud serverless export download -c -e - ``` + ```shell + ticloud serverless export download -c -e + ```