stephen_lloyd
05/12/2021, 4:48 PMTraceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/tap_base.py", line 256, in cli
tap.sync_all()
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/tap_base.py", line 186, in sync_all
stream.sync()
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/streams/core.py", line 458, in sync
self._sync_records()
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/streams/core.py", line 433, in _sync_records
self._increment_stream_state(row_dict, partition=partition)
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/streams/core.py", line 363, in _increment_stream_state
partition=partition
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/streams/core.py", line 162, in get_replication_key_signpost
if self.is_timestamp_replication_key:
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/streams/core.py", line 111, in is_timestamp_replication_key
return is_datetime_type(type_dict)
File "/Users/stephenlloyd/Library/Caches/pypoetry/virtualenvs/tap-cato-o33NKEet-py3.7/lib/python3.7/site-packages/singer_sdk/helpers/_typing.py", line 53, in is_datetime_type
raise ValueError("Could not detect type from empty type_dict param.")
ValueError: Could not detect type from empty type_dict param.
How could I get around this? I cannot pass a datetime parameter.aaronsteers
05/12/2021, 6:00 PMaaronsteers
05/12/2021, 6:03 PMstephen_lloyd
05/13/2021, 9:59 AMaaronsteers
05/14/2021, 6:19 PM