File tree Expand file tree Collapse file tree 1 file changed +24
-2
lines changed
docs/en/guides/40-load-data Expand file tree Collapse file tree 1 file changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,41 @@ This guide provides detailed instructions on how to import data into Databend.
60
60
<summary > Avro </summary >
61
61
62
62
- [ Load Avro into table] ( ./03-load-semistructured/05-load-avro.md )
63
+ - [ Query Avro directly] ( ./04-transform/04-querying-avro.md )
63
64
64
65
</details >
65
66
66
67
68
+ </DetailsWrap >
69
+
70
+ ## Load Data from Different Sources
67
71
72
+ <DetailsWrap >
68
73
69
74
<details >
70
- <summary > HTTP(S), S3, and More </summary >
75
+ <summary > Loading from Stage </summary >
71
76
72
- - [ Understanding Stages] ( ./00-stage/index.md )
73
77
- [ Loading from Stage] ( ./01-load/00-stage.md )
78
+
79
+ </details >
80
+
81
+ <details >
82
+ <summary > Loading from Bucket (S3) </summary >
83
+
74
84
- [ Loading from Bucket] ( ./01-load/01-s3.md )
85
+
86
+ </details >
87
+
88
+ <details >
89
+ <summary > Loading from Local File </summary >
90
+
75
91
- [ 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
+
76
98
- [ Loading from Remote File] ( ./01-load/03-http.md )
77
99
78
100
</details >
You can’t perform that action at this time.
0 commit comments