Skip to content

Commit

Permalink
Update serverless-export.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Aug 27, 2024
1 parent 17757ec commit 68e7321
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tidb-cloud/serverless-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <cluster-id> --filter "database.table"
```
```shell
ticloud serverless export create -c <cluster-id> --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 <cluster-id> -e <export-id>
```
```shell
ticloud serverless export download -c <cluster-id> -e <export-id>
```

</div>
</SimpleTab>
Expand Down

0 comments on commit 68e7321

Please sign in to comment.