feat: add channel field to query context (#183)

* feat: add source field to query context

* refactor: rename field to channel

* chore: fix indent
This commit is contained in:
Ning Sun
2024-07-30 21:45:23 +08:00
committed by GitHub
parent 7ca323090b
commit c437b55725
8 changed files with 410 additions and 270 deletions
+1
View File
@@ -25,6 +25,7 @@ message QueryContext {
string current_schema = 2;
string timezone = 4;
map<string, string> extensions = 5;
uint32 channel = 6;
}
message RequestHeader {