Skip to content

Commit

Permalink
Add MySQL and MS SQL Server to the list of external data sources (ydb…
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored and EgorkaZ committed Apr 8, 2024
1 parent ff0b33d commit f6cbc40
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f6cbc40

Please sign in to comment.