Start Date format YYYY-MM-DD throwing TypeError: can't compare offset-naive and offset-aware datetimes
A start date format of 'YYYY-MM-DD' throws errors on ELT runs with state. The first run will run fine, but follow on runs will error out with tap-gitlab | CRITICAL can't compare offset-naive and offset-aware datetimes
YYYY-MM-DD start_dates should either be supported fully, or explicitly raise an error saying they're not.
The errors are caused by a timezone mismatch.
Slack discussion on topic: https://meltano.slack.com/archives/C013EKWA2Q1/p1608586206289200
Edited by Douwe Maan