Skip to content

Commit 4bd6ff0

Browse files
committed
docs: Rename 'Query System Metadata' tutorial to 'Query Stage File Metadata' for accuracy
1 parent 4fe3dcc commit 4bd6ff0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/cn/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: 查找覆盖连接、摄取、迁移、开发与运维 Databend 的
1919
- [使用 Bend Ingest 导入 Kafka 数据](/tutorials/ingest-and-stream/kafka-bend-ingest-kafka)
2020
- [使用 Kafka Connect 导入 Kafka 数据](/tutorials/ingest-and-stream/kafka-databend-kafka-connect)
2121
- [使用 Vector 同步 JSON 日志](/tutorials/ingest-and-stream/automating-json-log-loading-with-vector)
22-
- [查询系统元数据](/tutorials/ingest-and-stream/query-metadata)
22+
- [查询 Stage 文件元数据](/tutorials/ingest-and-stream/query-metadata)
2323

2424
## 数据迁移
2525
- [迁移方案概览](/tutorials/migrate/)

docs/cn/tutorials/ingest-and-stream/query-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 查询系统元数据
3-
sidebar_label: 查询系统元数据
2+
title: 查询 Stage 文件元数据
3+
sidebar_label: 查询 Stage 文件元数据
44
---
55

66
本教程将演示如何把示例 Parquet 文件上传到 Internal Stage、推断其列定义,并创建带有文件级元数据字段的表,以便追踪每行数据来自哪个文件、对应的行号等。

0 commit comments

Comments
 (0)