hi
@jaye_howell. I'm developing a custom tap, based on RESTStream base class. We have a tap.py with subclasses for each stream (rest endpoints) which contains schema definition, replication_key (and value). All related with my post above:
https://meltano.slack.com/archives/CMN8HELB0/p1671787011078509 Now, I can see this state file but for me it containts all PKs which is weird. I wonder why it does not contain only last updated_at date from previous elt run and get only records with updated_at > last updated_at? Is this something I need to develop by myself in my tap?