Skip to content

Commit

Permalink
opt lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang0 committed Sep 20, 2024
1 parent 1233e77 commit 23ba83a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tidb-cloud/ticloud-import-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ In non-interactive mode, you need to manually enter the required flags. In inter
| Flag | Description | Required | Note |
|----------------------------------|----------------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------|
| --azblob.sas-token string | The SAS token of Azure Blob. | No | Only works in non-interactive mode. |
| --azblob.uri string | The Azure Blob URI in azure://<account>.blob.core.windows.net/<container>/<path> format. | No | Only works in non-interactive mode. |
| --azblob.uri string | The Azure Blob URI in `azure://<account>.blob.core.windows.net/<container>/<path>` format. | No | Only works in non-interactive mode. |
| --gcs.service-account-key string | The base64 encoded service account key of GCS. | No | Only works in non-interactive mode. |
| --gcs.uri string | The GCS URI in gcs://<bucket>/<path> format. Required when source type is GCS. | Yes | Only works in non-interactive mode. |
| --gcs.uri string | The GCS URI in `gcs://<bucket>/<path>` format. Required when source type is GCS. | Yes | Only works in non-interactive mode. |
| --s3.access-key-id string | The access key ID of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. |
| --s3.role-arn string | The role arn of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. |
| --s3.secret-access-key string | The secret access key of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. |
| --s3.uri string | The S3 URI in s3://<bucket>/<path> format. Required when source type is S3. | Yes | Only works in non-interactive mode. |
| --s3.uri string | The S3 URI in `s3://<bucket>/<path>` format. Required when source type is S3. | Yes | Only works in non-interactive mode. |
| --source-type string | The import source type, one of ["LOCAL" "S3" "GCS" "AZURE_BLOB"]. (default "LOCAL") | No | Only works in non-interactive mode. |
| -c, --cluster-id string | Specifies the cluster ID. | Yes | Only works in non-interactive mode. |
| --local.concurrency int | Specifies the concurrency for uploading files. The default value is `5`. | No | Only works in non-interactive mode. |
Expand Down
4 changes: 2 additions & 2 deletions tidb-cloud/ticloud-serverless-export-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ In non-interactive mode, you need to manually enter the required flags. In inter
| Flag | Description | Required | Note |
|----------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|------------------------------------------------------|
| -c, --cluster-id string | Specifies the ID of the cluster, from which you want to export data. | Yes | Only works in non-interactive mode. |
| --file-type string | Specifies the format of the exported file. The supported formats include `CSV` and `SQL`. The default value is `SQL`. | No | Only works in non-interactive mode. |
| --target-type string | Specifies the exported location. The supported location includes `LOCAL` and `S3`. The default value is `LOCAL`. | No | Only works in non-interactive mode. |
| --file-type string | The export file type. One of ["SQL" "CSV" "PARQUET"]. (default "CSV") | No | Only works in non-interactive mode. |
| --target-type string | The export target. One of ["LOCAL" "S3" "GCS" "AZURE_BLOB"]. (default "LOCAL") | No | Only works in non-interactive mode. |
| --s3.uri string | The S3 URI in `s3://<bucket>/<file-path>` format. Required when target type is S3. | No | Only works in non-interactive mode. |
| --s3.access-key-id string | The access key ID of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | NO | Only works in non-interactive mode. |
| --s3.secret-access-key string | TThe secret access key of the S3. You only need to set one of the s3.role-arn and [s3.access-key-id, s3.secret-access-key]. | No | Only works in non-interactive mode. |
Expand Down

0 comments on commit 23ba83a

Please sign in to comment.