bug: mapper built on SDK errors with AttributeError: 'str' object has no attribute 'tzinfo
#1902
Labels
AttributeError: 'str' object has no attribute 'tzinfo
#1902
Singer SDK Version
0.30.0
Is this a regression?
Python Version
NA
Bug scope
Mapping (stream maps, flattening, etc.)
Operating System
macOS 12.6, Python 3.11
Description
I scaffolded a new mapper project from the SDK using
cookiecutter https://github.com/meltano/sdk --directory="cookiecutter/mapper-template"
. I am now trying to test the default behavior (that is, not actually changing any data yet).I have a few records in a CSV and am testing with
meltano run tap-csv test-decrypt target-jsonl
(wheretest-decrypt
is a mapping using my mapper plugin)I'm getting the following error:
I believe this means that the
self.time_extracted
member is a string, when it's not expected to be.Code
No response
The text was updated successfully, but these errors were encountered: