Is the replication key lowercase? With my hubspot ...
# singer-tap-development
s
Is the replication key lowercase? With my hubspot tap, I receive a value of updatedAt which I set as a replication key, but I'm still doing full page replications it seems instead of the incremental:
Copy code
select:
    - '*.*'
    metadata:
      '*':
        replication-method: INCREMENTAL
        replication-key: updatedAt