I am having issues connecting to MariaDB/Mysql with tap-mysql (meltanolabs), ""Table 'performance_schema.global_variables' doesn't exist"
I don't know why it even looks for that table, (maybe to cache/or improve performance?), is this any way to turn this "feature" off?
Umair Shahid
06/28/2024, 11:24 PM
solution:
tap-mysql (meltanolabs) looks for a vitess configuration, the code then tries to access performance_schema/information_schema tables.
setting
e
Edgar Ramírez (Arch.dev)
06/28/2024, 11:39 PM
Hi @Umair Shahid! Did you find a solution then?
v
visch
06/30/2024, 2:21 AM
We should get an issue in for this, probably a bad assumption but it was to support vitess database as well as MySQL :O
👍 1
visch
06/30/2024, 2:21 AM
Default should be if there is a failure to go with the standard SQL implementation