Adam Wegscheid
09/18/2025, 8:11 PMreplication_key for the stream. Previously, I was using MELTANO_EXTRACT__CATALOG in the target to find the catalog file and parse it from there. It was a temporary solution that had the consequence of preventing invoking the target for testing and running meltano without the use of a catalog file.
I see the SCHEMA message does send over the bookmark_properties which is functionally equivalent but the only way I can see to intercept that is to override the Target.__process_schema_message_ method which I would prefer to not do.
Has anyone been able to grab the replication_key in their target? If so, how were you able to do so?Edgar Ramírez (Arch.dev)
09/20/2025, 8:53 PMAdam Wegscheid
09/22/2025, 1:27 PMkey_properties to merge and avoid duplicate records in the target table. Instead, we need the replication_key to delete records in the target table that have a timestamp that would overlap with the new data coming in.