pawel_kowala
07/10/2023, 5:56 PM- '*.*'
the command
meltano select tap-mysql --list
will list all tables as selected.
If I change it to select only one table, nothing gets selected, eg
- test_table.*
there is nothing
Legend:
selected
excluded
automatic
Enabled patterns:
test_table.*
Selected attributes:
Excluding tables also doesn't seem to do anything.
Full config below
version: 1
default_environment: dev
project_id: 195b9a8b-75c0-4f09-9088-fc796301e375
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-mysql
variant: transferwise
pip_url: pipelinewise-tap-mysql
config:
host: localhost
port: 3306
user: test_user
database: test_database
ssl: false
filter_dbs: test_database
select:
- test_table.*
metadata:
test_table:
selected: true
'*':
replication-method: INCREMENTAL
replication-key: entity_id
Could you please help? Am I missing anything obvious?thomas_briggs
07/10/2023, 6:11 PMtest_schema-test_table.*
thomas_briggs
07/10/2023, 6:12 PMmetadata
sectionpawel_kowala
07/10/2023, 6:41 PMthomas_briggs
07/10/2023, 6:43 PM