Hi, I have a key 'timestamp' ("timestamp": 1707330...
# singer-tap-development
n
Hi, I have a key 'timestamp' ("timestamp": 1707330313} in the data I am ingesting. I have set the replication_key to this. However, I keep getting
ValueError: The replication key timestamp is not of timestamp type
This will run fine for one time. However, the next error gives the above error. It goes through this line and errors:
starting_date = self.get_starting_timestamp(context)
b
This sound very similar to something I ran into a while back. Here is the issue let me know if it matches up. https://github.com/meltano/sdk/issues/1677
1