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
The following error is thrown when running the tap-postgres extractor with Meltano.
Steps to reproduce:
Create a meltano project
Follow the custom extractor installation instructions here
2a. Establish a target loader as well
Run the following command: meltano --log-level=debug elt tap-postgres target-X
The issue is resolved by navigating to the .meltano/extractors/tap-postgres/ and activating the virtual environment venv there and then installing simplejson with pip install simplejson
The text was updated successfully, but these errors were encountered:
The following error is thrown when running the tap-postgres extractor with Meltano.
Steps to reproduce:
2a. Establish a target loader as well
meltano --log-level=debug elt tap-postgres target-X
The issue is resolved by navigating to the
.meltano/extractors/tap-postgres/
and activating the virtual environmentvenv
there and then installing simplejson withpip install simplejson
The text was updated successfully, but these errors were encountered: