pub type PbSourceType = SourceType;
enum PbSourceType { Unspecified = 0, Mysql = 1, Postgres = 2, Citus = 3, Mongodb = 4, SqlServer = 5, }