marcin_wojciechowski
03/27/2024, 5:09 PMsqlalchemy.exc.OperationalError: (pymysql.err.OperationalError) (1227, 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation')
[SQL: SHOW columns from `information_schema`.`FILES`]
(Background on this error at: <https://sqlalche.me/e/14/e3q8>)
The Config:
version: 1
default_environment: dev
project_id: 2a9bebb9-6766-49a4-b009-0d4cbb5d25e6
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-mysql
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-mysql.git>
config:
host: localhost
port: 11000
user: vi_dtw_all
database: u_dtw_138
ssh_tunnel:
host: localhost
username: root
select:
- u_dtw_138-dim_entity.*
metadata:
'*':
replication-method: FULL
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
marcin_wojciechowski
03/28/2024, 8:56 AMmarcin_wojciechowski
03/28/2024, 1:38 PM- name: tap-mysql
config:
filter_schemas:
- u_dtw_138
host: localhost
port: 11000
user: vi_dtw_all
database: u_dtw_138
metadata:
'*':
replication-method: INCREMENTAL
replication-key: AdminUpdated
select:
- u_dtw_138-dim_entity.*
#- u_dtw_138-fact_*.*
- '!u_dtw_138-dim_date.*'
- '!u_dtw_138-fact_user_role.*'