fred_reimer
01/13/2022, 11:10 PMException: only INCREMENTAL and FULL TABLE replication methods are supported
. Not sure where to specify this in the config (in meltano.yml).edgar_ramirez_mondragon
01/13/2022, 11:44 PMextractors:
- name: tap-msssql
pip_url: git+<https://github.com/wintersrd/pipelinewise-tap-mssql.git>
metadata:
some_stream_id:
replication-method: INCREMENTAL
replication-key: created_at
created_at:
is-replication-key: true
fred_reimer
01/14/2022, 1:08 PM