leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Add capabilities to support high water marks and curated dimension tables #32

Closed kdebisschop closed 3 years ago

kdebisschop commented 4 years ago

This patch updates the Database Query class to recognize array values in a where option and treat the first element as a comparison operator and the second element as the value for comparison. This allows the Table Extractor in particular to be used in a slightly wider set of circumstances.