(new thread) I am having trouble with the default replication method for tap-postgres (pipelinewise). It seems I can set that to either LOG_BASED or FULL_TABLE but cannot set it to INCREMENTAL. If I then set the replication method for a table (meltano config tap-postgres set metadata schema-name-table_name replication_method INCREMENTAL), it is ignored. Instead the default replication method is set to FULL_TABLE it will do that (Beginning new Full Table replication) rather than the INCREMENTAL replication method.