@david_wallace - I need to ingest data from PagerDuty and found your tap-pagerduty.  I’m trying to understand how it works because I need to add another endpoint (MaintenanceWindows).  I see that in the Incidents method, there is a 
class variable that sets the replication method to “FULL TABLE”.  Syncing this table takes over 2 hours for me.  I notice further down in the code that there are conditions for 
if replication_method=“INCREMENTAL”; however, it doesn’t seem to be possible to specify the replication method via the config?  Or am I missing something about how this works?