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 0705cde commit 01534b4Copy full SHA for 01534b4
ballista/core/src/serde/generated/ballista.rs
@@ -790,6 +790,9 @@ pub struct ExecuteQueryParams {
790
pub session_id: ::prost::alloc::string::String,
791
#[prost(message, repeated, tag = "4")]
792
pub settings: ::prost::alloc::vec::Vec<KeyValuePair>,
793
+ /// operation_id is unique number for each request
794
+ /// client makes. it helps mapping requests between
795
+ /// client and scheduler
796
#[prost(string, tag = "5")]
797
pub operation_id: ::prost::alloc::string::String,
798
#[prost(oneof = "execute_query_params::Query", tags = "1, 2")]
0 commit comments