I am having an issue with this tap: tap-postgres, ...
# announcements
m
I am having an issue with this tap: tap-postgres, I installed it, I can see it in meltano.yml, but, when I try to do something with it, I am getting:
meltano.core.plugin_discovery_service.PluginNotFoundError: tap-postgres
d
@meir.shamay Can you share the
meltano.yml
snippet please? My first hunch is that the
namespace
key might be missing, but if you added it through
meltano add --custom extractor tap-postgres
, that should have been populated automatically.