oracleLogminer中,examples中demo的参数文档没配置说明
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
### Search before asking
- [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question.
- [X] I had googled my question but i didn't get any help.
- [X] I had read the documentation: [ChunJun doc](https://dtstack.github.io/chunjun) but it didn't help me.
### Description
在使用oracleLogminer时,examples中demo的参数文档没配置说明,比如
"nameMapping": {
"schemaMappings": {
"DEBEZIUM": "DEBEZIUM"
},
"tableMappings": {
"DEBEZIUM": {
"ORACLE_TEST": "ORACLE_TEST_LOGMINER"
}
},
"fieldMappings": {
"DEBEZIUM": {
"ORACLE_TEST": {
"TEST_INT": "TEST_INT",
"TEST_VARCHAR": "TEST_VARCHAR",
"TEST_CHAR": "TEST_CHAR"
}
}
}
中的数据是什么意思
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
Contributor guide
Assessment
This issue has not been assessed yet.