Chris Goodell
01/25/2024, 7:13 PMKeyError: 'sys_updated_on.value'
Edgar Ramírez (Arch.dev)
01/25/2024, 7:45 PMKeyError
is coming from https://github.com/meltano/sdk/blob/392b1c769fa29c9338c12d7b16185a0bc847cd85/singer_sdk/helpers/_state.py#L220.
It means the record does NOT contain the sys_updated_on.value
key in this case. The singer-sdk does not support nested replication at the moment (see #1198), so the stream definitions should be updated to use post_process to extract the nested field into a top-level sys_updated_on
.Edgar Ramírez (Arch.dev)
01/25/2024, 7:48 PMChris Goodell
01/25/2024, 7:58 PM