Skip to content

Commit 1daec26

Browse files
authored
YQ-2560: add YDB data_source (#693)
1 parent 2d412df commit 1daec26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ enum EDataSourceKind {
2525
CLICKHOUSE = 1;
2626
POSTGRESQL = 2;
2727
S3 = 3;
28+
YDB = 4;
2829
}
2930

3031
// EProtocol generalizes various kinds of network protocols supported by different databases.

0 commit comments

Comments
 (0)