Skip to content

Commit

Permalink
Add GREENPLUM to EDataSourceKind (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored and skywalker-jpg committed Jun 25, 2024
1 parent 8c0b577 commit 2323646
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ enum EDataSourceKind {
YDB = 4;
MYSQL = 5;
MS_SQL_SERVER = 6;
GREENPLUM = 7;
}

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

0 comments on commit 2323646

Please sign in to comment.