AbsaOSS/pramen

When `information.date.sql.format` is not specified for a JDBC source the pipeline fails

Closed this issue · 0 comments

Describe the bug

The JDBC source expects both:

information.date.app.format="yyyy-MM-dd"
information.date.sql.format="yyyy-MM-dd"

to be defined when has.information.date=true

But they are often the same for most of JDBC sources.

Expected behavior

Use the value of information.date.app.format when information.date.sql.format is not set

Context

  • Pramen/pramen-py version: 1.6.5