Pentaho Data Integration 9.3 – Postgres Incremental load
i m using Pentaho Data Integration for loading incremental data from Production Postgres to Staging Postgres DB. For doing so i m getting max timestamp from staging DB and querying production DB for getting records with timestamp greater then the max value. For getting max timestamp i m using table input and for second query […]