Skip to content

Commit 8c51589

Browse files
authored
YDB FQ: extend data source settings for Logging data source (#12305)
1 parent ffa5093 commit 8c51589

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ydb/library/yql/providers/generic/connector/api/common/data_source.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ message TOracleDataSourceOptions {
7878
string service_name = 1;
7979
}
8080

81+
// TLoggingDataSourceOptions represents settings specific to Logging
82+
message TLoggingDataSourceOptions {
83+
string folder_id = 1;
84+
}
85+
8186
// TDataSourceInstance helps to identify the instance of a data source to redirect request to.
8287
message TDataSourceInstance {
8388
// Data source kind
@@ -101,5 +106,6 @@ message TDataSourceInstance {
101106
TS3DataSourceOptions s3_options = 9;
102107
TGreenplumDataSourceOptions gp_options = 10;
103108
TOracleDataSourceOptions oracle_options = 11;
109+
TLoggingDataSourceOptions logging_options = 12;
104110
}
105111
}

0 commit comments

Comments
 (0)