Hi all. I was looking at the tap-hubspot to target...
# troubleshooting
v
Hi all. I was looking at the tap-hubspot to target redshift meltano states and noticed that one of the entities has a state like this:
Copy code
"contacts": {
                    "replication_key": 'updatedAt',
                    «replication_key_value": «2024-09-25T04:00:09.516Z»,
                    «replication_key_signpost": «2024-09-26T04:07:26.783649+00:00»,
                    «initial_replication_value": «2024-09-25T04:00:18Z»,
                    "progress_markers": {
                        "note": 'Progress is not resumable if interrupted',
                        "replication_key": 'updatedAt',
                        «replication_key_value": «2024-09-25T12:45:50.109Z»
                    }
                },
When all other entities have statuses like.
Copy code
"products": {
                    "replication_key": 'updatedAt',
                    «replication_key_value": «2024-05-29T13:57:38.212Z»
                },
Can someone explain to me what difference does it make to have different state formats do?
c
Are you asking what the note means?
v
No, I was wondering the difference between replication_key_value, replication_key_signpost, initial_replication_value