Browse Source

Add MySQL and MS SQL Server to the list of external data sources (#2407)

Vitaly Isaev 1 year ago
parent
commit
c98abf47f7

+ 2 - 0
ydb/library/yql/providers/generic/connector/api/common/data_source.proto

@@ -32,6 +32,8 @@ enum EDataSourceKind {
     POSTGRESQL = 2;
     S3 = 3;
     YDB = 4;
+    MYSQL = 5;
+    MS_SQL_SERVER = 6;
 }
 
 // EProtocol generalizes various kinds of network protocols supported by different databases.