tomas_votava
07/13/2023, 1:18 PMException: only INCREMENTAL, LOG_BASED, and FULL TABLE replication methods are supported
when I run meltano run tap-mysql target-jsonl
I have meltano==2.19.1
, I've tried multiple versions of tap-mysql
. This is my tap config:
plugins:
extractors:
- name: tap-mysql
variant: transferwise
pip_url: pipelinewise-tap-mysql==1.3.8
config:
host: <http://relational.fit.cvut.cz|relational.fit.cvut.cz>
port: 3306
user: guest
database: classicmodels
filter_dbs: classicmodels
ssl: false
engine: mariadb
select:
- classicmodels-products.*
- classicmodels-orders.*
The 1.3.8
version pin is a remnant from when I kept trying multiple versions.
Could you please help me to deal with this?
I've also tried deleting .meltano
directory multiple times and re-running meltano install
.thomas_briggs
07/13/2023, 1:26 PMmetadata
optionsthomas_briggs
07/13/2023, 1:26 PMselect:
- classicmodels-products.*
- classicmodels-orders.*
metadata:
classicmodels-*:
replication-method: INCREMENTAL
tomas_votava
07/13/2023, 1:39 PMthomas_briggs
07/13/2023, 1:47 PMthomas_briggs
07/13/2023, 1:48 PMtomas_votava
07/13/2023, 1:49 PMthomas_briggs
07/13/2023, 1:51 PMthomas_briggs
07/13/2023, 1:52 PMtomas_votava
07/13/2023, 1:56 PMthomas_briggs
07/13/2023, 1:57 PMuser
07/13/2023, 2:23 PM