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:
@@ -25,6 +25,7 @@ message QueryContext {
|
||||
string current_schema = 2;
|
||||
string timezone = 4;
|
||||
map<string, string> extensions = 5;
|
||||
uint32 channel = 6;
|
||||
}
|
||||
|
||||
message RequestHeader {
|
||||
|
||||
Reference in New Issue
Block a user