Skip to content

Commit fc8804e

Browse files
authored
Update load data index.md
1 parent 6f7fac6 commit fc8804e

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

docs/en/guides/40-load-data/index.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,19 +60,41 @@ This guide provides detailed instructions on how to import data into Databend.
6060
<summary> Avro </summary>
6161

6262
- [Load Avro into table](./03-load-semistructured/05-load-avro.md)
63+
- [Query Avro directly](./04-transform/04-querying-avro.md)
6364

6465
</details>
6566

6667

68+
</DetailsWrap>
69+
70+
## Load Data from Different Sources
6771

72+
<DetailsWrap>
6873

6974
<details>
70-
<summary> HTTP(S), S3, and More </summary>
75+
<summary> Loading from Stage </summary>
7176

72-
- [Understanding Stages](./00-stage/index.md)
7377
- [Loading from Stage](./01-load/00-stage.md)
78+
79+
</details>
80+
81+
<details>
82+
<summary> Loading from Bucket (S3) </summary>
83+
7484
- [Loading from Bucket](./01-load/01-s3.md)
85+
86+
</details>
87+
88+
<details>
89+
<summary> Loading from Local File </summary>
90+
7591
- [Loading from Local File](./01-load/02-local.md)
92+
93+
</details>
94+
95+
<details>
96+
<summary> Loading from Remote File (HTTP/HTTPS) </summary>
97+
7698
- [Loading from Remote File](./01-load/03-http.md)
7799

78100
</details>

0 commit comments

Comments
 (0)