getdozer / getdozer/dozer

Oracle sink cannot be resumed when date columns are used

Open
#2,481 0 comments 0 reactions 0 assignees View on GitHub
aerospike-oracle
Dominant language
Rust
Stars
1.6k
Forks
145
PR merge metrics
No merged PRs in 30d

Description

## Describe the bug

Cannot resume oracle sink because for second run dozer throws incompatible type error

dozer-config.yaml part
```
app_name: aerospike-oracle
version: 1
connections:

- config: !Aerospike
hosts: localhost:3000
namespace: test
sets:
- transactions_denorm
schemas: !Inline |
{
"transactions_denorm": {
"schema": {
"primary_index": [0, 1],
"fields": [
{
"name": "IDN",
"typ": "String",
"nullable": false
},
{
"name": "MOBILENO",
"typ": "String",
"nullable": false
},
{
"name": "TRAN_ID",
"typ": "String",
"nullable": false
},
{
"name": "TRAN_DATE",
"typ": "Date",
"nullable": false
},
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.