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 ffa5093 commit 8c51589Copy full SHA for 8c51589
ydb/library/yql/providers/generic/connector/api/common/data_source.proto
@@ -78,6 +78,11 @@ message TOracleDataSourceOptions {
78
string service_name = 1;
79
}
80
81
+// TLoggingDataSourceOptions represents settings specific to Logging
82
+message TLoggingDataSourceOptions {
83
+ string folder_id = 1;
84
+}
85
+
86
// TDataSourceInstance helps to identify the instance of a data source to redirect request to.
87
message TDataSourceInstance {
88
// Data source kind
@@ -101,5 +106,6 @@ message TDataSourceInstance {
101
106
TS3DataSourceOptions s3_options = 9;
102
107
TGreenplumDataSourceOptions gp_options = 10;
103
108
TOracleDataSourceOptions oracle_options = 11;
109
+ TLoggingDataSourceOptions logging_options = 12;
104
110
105
111
0 commit comments