nicholas_van_kuren
09/29/2023, 3:13 PMtap-spreadsheets-anywhere
to extract s3 inventory reports from an s3 bucket and trying to fine tune the replication method. I have set the replication in the meltano.yml as follows:
metadata:
inventory_reporting:
replication-method: INCREMENTAL
replication-key: last_modified_date
However it seems that because the s3 inventory reports are written daily and have their own timestamp at the file level, the tap is defaulting to using the overall file modified date vs. the column level modified date. My desired outcome is to only load records from the latest report that have a last_modified_date > the last ELT run, but right now its loading all records/rows from the latest report if the report modified date is > the last ELT run. Has anyone run into this? Am I missing a setting to override the file level and use the more granular row level modified date for replication?edgar_ramirez_mondragon
09/29/2023, 3:49 PMnicholas_van_kuren
10/04/2023, 9:32 PMedgar_ramirez_mondragon
10/04/2023, 10:23 PM