DataX 不支持数据库写入这种字段类型. 字段名:[config_id], 字段类型:[1111], 字段Java类型:[uuid]. 请修改表中该字段的类型或者不同步该字段.
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
SQLServer(字段类型:uniqueidentifier) 同步到 PostgreSQL(字段类型:uuid),出现如下错误:
Description:[不支持的数据库类型. 请注意查看 DataX 已经支持的数据库类型以及数据库版本.]. - 您的配置文件中的列配置信息有误. 因为DataX 不支持数据库写入这种字段类型. 字段名:[config_id], 字段类型:[1111], 字段Java类型:[uuid]. 请修改表中该字段的类型或者不同步该字段.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing DataX's SQLServer-to-PostgreSQL type handling and the mapping for SQLServer uniqueidentifier to PostgreSQL uuid. Check how unsupported database types are reported and identify the relevant connector entry points. Done means the issue's config_id field can be synchronized without the unsupported-type error, with coverage for this mapping if the project has tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, postgresql, sql
- Domain
- data-engineering, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100