Looking at the code in https://github.com/MeltanoLabs/tap-salesforce/blob/64ca3f9780fb8a5c8a978a6e0aa484d0bdc086b3/tap_salesforce/__init__.py#L476 it seems that it should be ```diff - if replication_key or bookmark_is_empty: + if not replication_key or bookmark_is_empty: ```
Looking at the code in
tap-salesforce/tap_salesforce/__init__.py
Line 476 in 64ca3f9
it seems that it should be