You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was integrating the tap today and had some issues where the config for SSH tunnel is marked as required even when the feature is not in use, to get around I just added stub values in my base meltano.yml config for the extractor, but would be better to validate these fields only when SSH tunnel is enabled.
The text was updated successfully, but these errors were encountered:
I just hit this same problem. I receive a rather generic error about the host not being configured (even tho it is) once the SSL config is populated with any values, it seems to be working fine.
https://github.com/MeltanoLabs/tap-mysql/blob/main/tap_mysql/tap.py#L113
Was integrating the tap today and had some issues where the config for SSH tunnel is marked as required even when the feature is not in use, to get around I just added stub values in my base
meltano.yml
config for the extractor, but would be better to validate these fields only when SSH tunnel is enabled.The text was updated successfully, but these errors were encountered: