We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5c265 commit ced20aaCopy full SHA for ced20aa
src/query/service/src/servers/http/v1/query/http_query.rs
@@ -145,6 +145,8 @@ impl HttpSessionConf {
145
146
#[derive(Deserialize, Debug, Clone)]
147
pub struct StageAttachmentConf {
148
+ /// location of the stage
149
+ /// for example: @stage_name/path/to/file, @~/path/to/file
150
pub(crate) location: String,
151
pub(crate) format_options: Option<BTreeMap<String, String>>,
152
pub(crate) copy_options: Option<BTreeMap<String, String>>,
0 commit comments