Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle sink cannot be resumed when date columns are used #2481

Open
karolisg opened this issue Apr 7, 2024 · 0 comments
Open

Oracle sink cannot be resumed when date columns are used #2481

karolisg opened this issue Apr 7, 2024 · 0 comments

Comments

@karolisg
Copy link
Contributor

karolisg commented Apr 7, 2024

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
                },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant