Merge pull request #7944 from dataease/pr@dev-v2@sync-mapping-dataType

feat(同步管理-任务管理): 创建任务映射字段时,支持根据不同版本的doris映射不同的字段类型
This commit is contained in:
jianneng-fit2cloud 2024-01-31 16:15:45 +08:00 committed by GitHub
commit 8b1c3f13f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,9 +17,7 @@ public class GetDatasourceRequest extends SyncDatasourceDTO {
* 表格的抽取数据方式
*/
private boolean tableExtract;
/**
* 不为空时获取源数据库表字段将转换为doris的数据类型
*/
private String targetDbType;
private String targetDbId;
}