Skip to content

Commit bf29ee1

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs feature/preview-cloud-lake
1 parent deede09 commit bf29ee1

File tree

112 files changed

+253
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+253
-243
lines changed

markdown-pages/en/tidb/release-8.5/TOC-tidb-cloud-lake.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
- [Overview](/tidb-cloud-lake/guides/multimodal-data-analytics.md)
103103
- [SQL Analytics](/tidb-cloud-lake/guides/sql-analytics.md)
104104
- [JSON & Search](/tidb-cloud-lake/guides/json-search.md)
105-
- [Vector Search](/tidb-cloud-lake/guides/vector-search.md)
105+
- [Vector Search](/tidb-cloud-lake/guides/vector-search-guide.md)
106106
- [Geo Analytics](/tidb-cloud-lake/guides/geo-analytics.md)
107107
- [Lakehouse ETL](/tidb-cloud-lake/guides/lakehouse-etl.md)
108108
- Performance Optimization
@@ -179,12 +179,12 @@
179179
- [Variant](/tidb-cloud-lake/sql/variant.md)
180180
- [Vector](/tidb-cloud-lake/sql/vector.md)
181181
- Information Schema
182-
- [Information_Schema Tables](/tidb-cloud-lake/sql/information-schema-tables.md)
183-
- [information_schema.columns](/tidb-cloud-lake/sql/information-schema-columns.md)
184-
- [information_schema.keywords](/tidb-cloud-lake/sql/information-schema-keywords.md)
185-
- [information_schema.schemata](/tidb-cloud-lake/sql/information-schema-schemata.md)
182+
- [Information_Schema Tables](/tidb-cloud-lake/sql/information-schema-tables-overview.md)
183+
- [information_schema.columns](/tidb-cloud-lake/sql/information-schema-columns-sql.md)
184+
- [information_schema.keywords](/tidb-cloud-lake/sql/information-schema-keywords-sql.md)
185+
- [information_schema.schemata](/tidb-cloud-lake/sql/information-schema-schemata-sql.md)
186186
- [information_schema.tables](/tidb-cloud-lake/sql/information-schema-tables-sql.md)
187-
- [information_schema.views](/tidb-cloud-lake/sql/information-schema-views.md)
187+
- [information_schema.views](/tidb-cloud-lake/sql/information-schema-views-sql.md)
188188
- Table Engines
189189
- [Overview](/tidb-cloud-lake/sql/table-engines.md)
190190
- [Fuse Engine Tables](/tidb-cloud-lake/sql/fuse-engine-tables.md)
@@ -345,7 +345,7 @@
345345
- Aggregating Index
346346
- [CREATE AGGREGATING INDEX](/tidb-cloud-lake/sql/create-aggregating-index.md)
347347
- [DROP AGGREGATING INDEX](/tidb-cloud-lake/sql/drop-aggregating-index.md)
348-
- [Aggregating Index](/tidb-cloud-lake/sql/aggregating-index.md)
348+
- [Aggregating Index](/tidb-cloud-lake/sql/aggregating-index-sql.md)
349349
- [REFRESH AGGREGATING INDEX](/tidb-cloud-lake/sql/refresh-aggregating-index.md)
350350
- Inverted Index
351351
- [CREATE INVERTED INDEX](/tidb-cloud-lake/sql/create-inverted-index.md)
@@ -355,15 +355,15 @@
355355
- Ngram Index
356356
- [CREATE NGRAM INDEX](/tidb-cloud-lake/sql/create-ngram-index.md)
357357
- [DROP NGRAM INDEX](/tidb-cloud-lake/sql/drop-ngram-index.md)
358-
- [Ngram Index](/tidb-cloud-lake/sql/ngram-index.md)
358+
- [Ngram Index](/tidb-cloud-lake/sql/ngram-index-sql.md)
359359
- [REFRESH NGRAM INDEX](/tidb-cloud-lake/sql/refresh-ngram-index.md)
360360
- Vector Index
361361
- [CREATE VECTOR INDEX](/tidb-cloud-lake/sql/create-vector-index.md)
362362
- [DROP VECTOR INDEX](/tidb-cloud-lake/sql/drop-vector-index.md)
363363
- [Vector Index](/tidb-cloud-lake/sql/vector-index.md)
364364
- [REFRESH VECTOR INDEX](/tidb-cloud-lake/sql/refresh-vector-index.md)
365365
- Virtual Column
366-
- [Virtual Column](/tidb-cloud-lake/sql/virtual-column.md)
366+
- [Virtual Column](/tidb-cloud-lake/sql/virtual-column-overview.md)
367367
- [REFRESH VIRTUAL COLUMN](/tidb-cloud-lake/sql/refresh-virtual-column.md)
368368
- [SHOW VIRTUAL COLUMNS](/tidb-cloud-lake/sql/show-virtual-columns.md)
369369
- User-Defined Function
@@ -417,7 +417,7 @@
417417
- [Stored Procedure](/tidb-cloud-lake/sql/stored-procedure.md)
418418
- [SHOW PROCEDURES](/tidb-cloud-lake/sql/show-procedures.md)
419419
- Warehouse
420-
- [Overview](/tidb-cloud-lake/sql/warehouse.md)
420+
- [Overview](/tidb-cloud-lake/sql/warehouse-overview.md)
421421
- [ALTER WAREHOUSE](/tidb-cloud-lake/sql/alter-warehouse.md)
422422
- [CREATE WAREHOUSE](/tidb-cloud-lake/sql/create-warehouse.md)
423423
- [DROP WAREHOUSE](/tidb-cloud-lake/sql/drop-warehouse.md)
@@ -463,7 +463,7 @@
463463
- [Query Operators](/tidb-cloud-lake/sql/query-operators.md)
464464
- [JSON Operators](/tidb-cloud-lake/sql/json-operators.md)
465465
- [Logical Operators](/tidb-cloud-lake/sql/logical-operators.md)
466-
- [Set Operators](/tidb-cloud-lake/sql/set-operators.md)
466+
- [Set Operators](/tidb-cloud-lake/sql/set-operators-sql.md)
467467
- [Subquery Operators](/tidb-cloud-lake/sql/subquery-operators.md)
468468
- Explain Commands
469469
- [Overview](/tidb-cloud-lake/sql/explain-commands.md)
@@ -641,14 +641,14 @@
641641
- [NOW](/tidb-cloud-lake/sql/now.md)
642642
- [PREVIOUS_DAY](/tidb-cloud-lake/sql/previous-day.md)
643643
- [QUARTER](/tidb-cloud-lake/sql/quarter.md)
644-
- [STR_TO_DATE](/tidb-cloud-lake/sql/str-date.md)
644+
- [STR_TO_DATE](/tidb-cloud-lake/sql/str-to-date.md)
645645
- [STR_TO_TIMESTAMP](/tidb-cloud-lake/sql/str-to-timestamp.md)
646646
- [SUBTRACT TIME INTERVAL](/tidb-cloud-lake/sql/subtract-interval.md)
647647
- [TIME_SLICE](/tidb-cloud-lake/sql/time-slice.md)
648648
- [TIME_SLOT](/tidb-cloud-lake/sql/time-slot.md)
649649
- [TIMESTAMP_DIFF](/tidb-cloud-lake/sql/timestamp-diff.md)
650650
- [TIMEZONE](/tidb-cloud-lake/sql/timezone.md)
651-
- [TO_DATE](/tidb-cloud-lake/sql/str-to-date.md)
651+
- [TO_DATE](/tidb-cloud-lake/sql/to-date.md)
652652
- [TO_DATETIME](/tidb-cloud-lake/sql/datetime.md)
653653
- [TO_DAY_OF_MONTH](/tidb-cloud-lake/sql/to-day-of-month.md)
654654
- [TO_DAY_OF_WEEK](/tidb-cloud-lake/sql/day-week.md)
@@ -706,6 +706,7 @@
706706
- [TO_WEEKS](/tidb-cloud-lake/sql/weeks.md)
707707
- [TO_YEARS](/tidb-cloud-lake/sql/years.md)
708708
- String Functions
709+
- [Overview](/tidb-cloud-lake/sql/string-functions-overview.md)
709710
- [ASCII](/tidb-cloud-lake/sql/ascii.md)
710711
- [BIN](/tidb-cloud-lake/sql/bin.md)
711712
- [BIT_LENGTH](/tidb-cloud-lake/sql/bit-length.md)
@@ -718,7 +719,6 @@
718719
- [FROM_HEX](/tidb-cloud-lake/sql/from-hex.md)
719720
- [GLOB](/tidb-cloud-lake/sql/glob.md)
720721
- [HEX](/tidb-cloud-lake/sql/hex.md)
721-
- [String Functions](/tidb-cloud-lake/sql/string-functions.md)
722722
- [INSERT](/tidb-cloud-lake/sql/insert-sql.md)
723723
- [INSTR](/tidb-cloud-lake/sql/instr.md)
724724
- [JARO_WINKLER](/tidb-cloud-lake/sql/jaro-winkler.md)
@@ -820,7 +820,7 @@
820820
- [VARIANCE_SAMP](/tidb-cloud-lake/sql/variance-samp.md)
821821
- [WINDOW_FUNNEL](/tidb-cloud-lake/sql/window-funnel.md)
822822
- Window Functions
823-
- [Overview](/tidb-cloud-lake/sql/window-functions.md)
823+
- [Overview](/tidb-cloud-lake/sql/window-functions-overview.md)
824824
- [CUME_DIST](/tidb-cloud-lake/sql/cume-dist.md)
825825
- [DENSE_RANK](/tidb-cloud-lake/sql/dense-rank.md)
826826
- [FIRST](/tidb-cloud-lake/sql/first.md)
@@ -948,12 +948,12 @@
948948
- Structured & Semi-Structured
949949
- [Structured & Semi-Structured Functions](/tidb-cloud-lake/sql/structured-semi-structured-functions.md)
950950
- JSON Functions
951+
- [Overview](/tidb-cloud-lake/sql/json-functions-overview.md)
951952
- [CHECK_JSON](/tidb-cloud-lake/sql/check-json.md)
952953
- [GET](/tidb-cloud-lake/sql/get.md)
953954
- [GET_BY_KEYPATH](/tidb-cloud-lake/sql/get-by-keypath.md)
954955
- [GET_IGNORE_CASE](/tidb-cloud-lake/sql/get-ignore-case.md)
955956
- [GET_PATH](/tidb-cloud-lake/sql/get-path.md)
956-
- [JSON Functions](/tidb-cloud-lake/sql/json-functions.md)
957957
- [JQ](/tidb-cloud-lake/sql/jq.md)
958958
- [JSON_ARRAY_ELEMENTS](/tidb-cloud-lake/sql/json-array-elements.md)
959959
- [JSON_CONTAINS_IN_LEFT](/tidb-cloud-lake/sql/json-contains-left.md)
@@ -1081,9 +1081,9 @@
10811081
- [XXHASH32](/tidb-cloud-lake/sql/xxhash.md)
10821082
- [XXHASH64](/tidb-cloud-lake/sql/xxhash-sql.md)
10831083
- UUID Functions
1084+
- [Overview](/tidb-cloud-lake/sql/uuid-functions.md)
10841085
- [GEN_RANDOM_UUID](/tidb-cloud-lake/sql/gen-random-uuid.md)
1085-
- [UUID Functions](/tidb-cloud-lake/sql/uuid-functions.md)
1086-
- [UUID](/tidb-cloud-lake/sql/uuid.md)
1086+
- [UUID](/tidb-cloud-lake/sql/uuid-sql.md)
10871087
- IP Address Functions
10881088
- [IP Address Functions](/tidb-cloud-lake/sql/ip-address-functions.md)
10891089
- [INET_ATON](/tidb-cloud-lake/sql/inet-aton.md)
@@ -1132,7 +1132,7 @@
11321132
- [STREAM_STATUS](/tidb-cloud-lake/sql/stream-status.md)
11331133
- [TASK_HISTORY](/tidb-cloud-lake/sql/task-history.md)
11341134
- Sequence Functions
1135-
- [Sequence Functions](/tidb-cloud-lake/sql/sequence-functions.md)
1135+
- [Overview](/tidb-cloud-lake/sql/sequence-functions-overview.md)
11361136
- [NEXTVAL](/tidb-cloud-lake/sql/nextval.md)
11371137
- Data Anonymization Functions
11381138
- [FEISTEL_OBFUSCATE](/tidb-cloud-lake/sql/feistel-obfuscate.md)

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Access Control
44

55
Databend incorporates both [Role-Based Access Control (RBAC)](https://en.wikipedia.org/wiki/Role-based_access_control) and [Discretionary Access Control (DAC)](https://en.wikipedia.org/wiki/Discretionary_access_control) models for its access control functionality. When a user accesses a data object in Databend, they must be granted appropriate privileges or roles, or they need to have ownership of the data object. A data object can refer to various elements, such as a database, table, view, stage, or UDF.
66

7-
![Alt text](/img/guides/access-control-1.png)
7+
![Access control](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/access-control-1.png)
88

99
| Concept | Description |
1010
|-----------|------------------------------------------------------------|

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/ai-powered-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ To launch an AI-Chat:
2424

2525
3. Enter your question.
2626

27-
![Alt text](@site/static/img/documents/worksheet/ai-chat.gif)
27+
![Alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/ai-chat.gif)
2828

2929
### AI-Powered SQL Assistant
3030

3131
AI assistance is available for editing SQL statements within worksheets. You don't need to write your SQL from scratch — AI can generate it for you.
3232

3333
To involve AI when editing a SQL statement, simply type "/" at the beginning of a new line and input your query, like "return current time":
3434

35-
![Alt text](@site/static/img/documents/worksheet/ai-worksheet-1.gif)
35+
![Alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/ai-worksheet-1.gif)
3636

3737
You can also get AI assistance for an existing SQL statement. To do so, highlight your SQL and click **Edit** to specify your desired changes or request further help. Alternatively, click **Chat** to engage in a conversation with AI for more comprehensive support.
3838

39-
![Alt text](@site/static/img/documents/worksheet/ai-worksheet-2.gif)
39+
![Alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/ai-worksheet-2.gif)

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/authenticate-with-aws-iam-role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ After Databend Cloud support shares the trusted principal information for your o
5656

5757
Click `Create role`, and select `Custom trust policy` in `Trusted entity type`:
5858

59-
![Create Role](/img/cloud/iam/aws/create-role.png)
59+
![Create Role](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/create-role.png)
6060

6161
Input the the trust policy document:
6262

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/automate-data-loading-with-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Task
55

66
Tasks wrap SQL so Databend can run it for you on a schedule or when a condition is met. Keep the following knobs in mind when you define one with [CREATE TASK](/tidb-cloud-lake/sql/create-task.md):
77

8-
![alt text](/img/load/task.png)
8+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/task.png)
99

1010
- **Name & warehouse** – every task needs a warehouse.
1111
```sql

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/cluster-key-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ All you need to do is define a clustering key for each table (if appropriate) an
4141

4242
Cluster keys organize data into storage blocks (Parquet files) based on specified columns:
4343

44-
![Cluster Key Visualization](/img/sql/clustered.png)
44+
![Cluster Key Visualization](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/clustered.png)
4545

4646
1. **Data Organization** → Similar values grouped into adjacent blocks
4747
2. **Metadata Creation** → Block-to-value mappings stored for fast lookup

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/connect-using-dbeaver.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import StepContent from '@site/src/components/Steps/step-content';
77

88
[DBeaver](https://dbeaver.com/) supports connecting to Databend using a built-in driver categorized under **Analytical**, available starting from **version 24.3.1**.
99

10-
![](@site/static/img/connect/dbeaver.png)
10+
![Connect from DBeaver](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver.png)
1111

1212
## Prerequisites
1313

@@ -46,19 +46,19 @@ docker run -d --name databend \
4646

4747
1. In DBeaver, go to **Database** > **New Database Connection** to open the connection wizard, then select **Databend** under the **Analytical** category.
4848

49-
![alt text](@site/static/img/connect/dbeaver-analytical.png)
49+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-analytical.png)
5050

5151
2. Enter `root` for the **Username** (or your configured username).
5252

53-
![alt text](@site/static/img/connect/dbeaver-user-root.png)
53+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-user-root.png)
5454

5555
3. Click **Test Connection** to verify the connection. If this is your first time connecting to Databend, you will be prompted to download the driver. Click **Download** to proceed.
5656

57-
![alt text](@site/static/img/connect/dbeaver-download-driver.png)
57+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-download-driver.png)
5858

5959
Once the download is complete, the test connection should succeed:
6060

61-
![alt text](@site/static/img/connect/dbeaver-success.png)
61+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-success.png)
6262

6363
</StepContent>
6464
</StepsWrap>
@@ -72,7 +72,7 @@ Once the download is complete, the test connection should succeed:
7272

7373
Log in to Databend Cloud to obtain connection information. For more information, see [Connecting to a Warehouse](/tidb-cloud-lake/guides/warehouse.md#connecting).
7474

75-
![alt text](@site/static/img/connect/dbeaver-connect-info.png)
75+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-connect-info.png)
7676

7777
:::note
7878
If your `user` or `password` contains special characters, you need to provide them separately in the corresponding fields (e.g., the `Username` and `Password` fields in DBeaver). In this case, Databend will handle the necessary encoding for you. However, if you're providing the credentials together (e.g., as `user:password`), you must ensure that the entire string is properly encoded before use.
@@ -85,23 +85,23 @@ If your `user` or `password` contains special characters, you need to provide th
8585

8686
1. In DBeaver, go to **Database** > **New Database Connection** to open the connection wizard, then select **Databend** under the **Analytical** category.
8787

88-
![alt text](@site/static/img/connect/dbeaver-analytical.png)
88+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-analytical.png)
8989

9090
2. In the **Main** tab, enter the **Host**, **Port**, **Username**, and **Password** based on the connection information obtained in the previous step.
9191

92-
![alt text](@site/static/img/connect/dbeaver-main-tab.png)
92+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-main-tab.png)
9393

9494
3. In the **Driver properties** tab, enter the **Warehouse** name based on the connection information obtained in the previous step.
9595

96-
![alt text](@site/static/img/connect/dbeaver-driver-properties.png)
96+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-driver-properties.png)
9797

9898
4. In the **SSL** tab, select the **Use SSL** checkbox.
9999

100-
![alt text](@site/static/img/connect/dbeaver-use-ssl.png)
100+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-use-ssl.png)
101101

102102
5. Click **Test Connection** to verify the connection. If this is your first time connecting to Databend, you will be prompted to download the driver. Click **Download** to proceed. Once the download is complete, the test connection should succeed:
103103

104-
![alt text](@site/static/img/connect/dbeaver-cloud-success.png)
104+
![alt text](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dbeaver-cloud-success.png)
105105

106106
</StepContent>
107107
</StepsWrap>

markdown-pages/en/tidb/release-8.5/tidb-cloud-lake/guides/connect-with-aws-privatelink.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ After Databend Cloud approves the cloud account or project you plan to connect,
2626

2727
2. Verify your VPC settings
2828

29-
![VPC Settings](/img/cloud/privatelink/aws/vpc-settings.png)
29+
![VPC Settings](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/vpc-settings.png)
3030

3131
Ensure `Enable DNS resolution` and `Enable DNS hostnames` are checked.
3232

@@ -36,47 +36,47 @@ After Databend Cloud approves the cloud account or project you plan to connect,
3636

3737
4. Prepare a security group with tcp 443 port open:
3838

39-
![Security Group](/img/cloud/privatelink/aws/security-group.png)
39+
![Security Group](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/security-group.png)
4040

4141
5. Goto AWS Console:
4242

4343
https://us-east-2.console.aws.amazon.com/vpcconsole/home?region=us-east-2#Endpoints:
4444

4545
Click `Create endpoint`:
4646

47-
![Create Endpoint Button](/img/cloud/privatelink/aws/create-endpoint-1.png)
47+
![Create Endpoint Button](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/create-endpoint-1.png)
4848

49-
![Create Endpoint Sheet](/img/cloud/privatelink/aws/create-endpoint-2.png)
49+
![Create Endpoint Sheet](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/create-endpoint-2.png)
5050

5151
Select the previously created security group `HTTPS`
5252

53-
![Create Endpoint SG](/img/cloud/privatelink/aws/create-endpoint-3.png)
53+
![Create Endpoint SG](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/create-endpoint-3.png)
5454

55-
![Create Endpoint Done](/img/cloud/privatelink/aws/create-endpoint-4.png)
55+
![Create Endpoint Done](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/create-endpoint-4.png)
5656

5757
6. Wait for cloud admin approving your connect request:
5858

59-
![Request](/img/cloud/privatelink/aws/request.png)
59+
![Request](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/request.png)
6060

6161
7. Wait for the PrivateLink creation:
6262

63-
![Creation](/img/cloud/privatelink/aws/creation.png)
63+
![Creation](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/creation.png)
6464

6565
8. Modify private DNS name setting:
6666

67-
![DNS Menu](/img/cloud/privatelink/aws/dns-1.png)
67+
![DNS Menu](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dns-1.png)
6868

6969
Enable private DNS names:
7070

71-
![DNS Sheet](/img/cloud/privatelink/aws/dns-2.png)
71+
![DNS Sheet](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/dns-2.png)
7272

7373
Wait for changes to apply.
7474

7575
9. Verify accessing Databend Cloud via PrivateLink:
7676

77-
![Verify DNS](/img/cloud/privatelink/aws/verify-1.png)
77+
![Verify DNS](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/verify-1.png)
7878

79-
![Verify Response](/img/cloud/privatelink/aws/verify-2.png)
79+
![Verify Response](https://docs-download.pingcap.com/media/images/docs/tidb-cloud-lake/verify-2.png)
8080

8181
Gateway domain is resolved to VPC internal IP address.
8282

0 commit comments

Comments
 (0)