Ian OLeary
02/19/2024, 3:46 PMpendulum.parsing.exceptions.ParserError: Unable to parse string [01/01/2024]
My start_date in my meltano.yml
looks like this:
plugins:
extractors:
- name: "tap-jobdiva"
config:
start_date: '01/01/2024'
The replication key for the first stream that's failing looks like this:
"NewUpdatedCompanyRecordsStream": {"replication_key": "DATEUPDATED", "replication_key_value": "2024-02-16T10:50:31"}
I imagine it's failing because it's trying to compare the two? Should I change the format of the start_date in my yaml to that format in the replication key value? My start_date property is a StringType right now in my tap.pyReuben (Matatika)
02/19/2024, 3:58 PM01/01/2024
as a date - try ISO format: 2024-01-01