Skip to content

Commit ced20aa

Browse files
committed
feat: add example for StageAttachmentConf location
1 parent df5c265 commit ced20aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/query/service/src/servers/http/v1/query/http_query.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ impl HttpSessionConf {
145145

146146
#[derive(Deserialize, Debug, Clone)]
147147
pub struct StageAttachmentConf {
148+
/// location of the stage
149+
/// for example: @stage_name/path/to/file, @~/path/to/file
148150
pub(crate) location: String,
149151
pub(crate) format_options: Option<BTreeMap<String, String>>,
150152
pub(crate) copy_options: Option<BTreeMap<String, String>>,

0 commit comments

Comments
 (0)