AbsaOSS/pramen

Make SqlGenerators.getWhere() accessible on the trait level

Closed this issue · 0 comments

Background

This is useful for custom sources that build upon the built-in JDBC source.

Feature

Make SqlGenerators.getWhere() accessible on the trait level.

Proposed Solution

  1. Add this method to the trait za.co.absa.pramen.core.sql.SqlGenerator
  2. [Possibly] Add generic implementation to SqlGeneratorBase
  3. Implement the method that has special requirements in each corresponding dialect.