feat: add QueryContext to DdlTaskRequest and FlowRequestHeader (#166)
This commit is contained in:
@@ -26,13 +26,6 @@ import "greptime/v1/ddl.proto";
|
||||
|
||||
service Region { rpc Handle(RegionRequest) returns (RegionResponse); }
|
||||
|
||||
message QueryContext {
|
||||
string current_catalog = 1;
|
||||
string current_schema = 2;
|
||||
string timezone = 4;
|
||||
map<string, string> extensions = 5;
|
||||
}
|
||||
|
||||
message RegionRequestHeader {
|
||||
// Encoded trace_id & span_id, follow the w3c Trace Context
|
||||
// https://www.w3.org/TR/trace-context/#header-name
|
||||
|
||||
Reference in New Issue
Block a user