Erik M
02/21/2024, 9:57 AMkind: password
is deprecated for setting definitions in favour of sensitive: true
, and is currently in use by the following settings of extractor 'tap-postgres': 'password', 'ssh_tunnel.private_key', 'ssh_tunnel.private_key_password', 'ssl_client_private_key'. Please open an issue or pull request to update the plugin definition on Meltano Hub at https://github.com/meltano/hub/blob/main/_data/meltano/extractors/tap-postgres/meltanolabs.yml.
Extractor 'tap-postgres' already exists in your Meltano project
To add it to your project another time so that each can be configured differently,
add a new plugin inheriting from the existing one with its own unique name:
meltano add extractor tap-postgres--new --inherit-from tap-postgres
Installing extractor 'tap-postgres'...
2024-02-21T095241.062103Z [info ] Logged pip install output to /projects/meltano_etl/.meltano/logs/pip/extractors/tap-postgres/pip.log
Extractor 'tap-postgres' could not be installed: Failed to install plugin 'tap-postgres'.
Collecting git+https://github.com/MeltanoLabs/tap-postgres.git
Cloning https://github.com/MeltanoLabs/tap-postgres.git to /tmp/pip-req-build-_0ufickx
Running command git clone --filter=blob:none --quiet https://github.com/MeltanoLabs/tap-postgres.git /tmp/pip-req-build-_0ufickx
fatal: unable to access 'https://github.com/MeltanoLabs/tap-postgres.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.
error: subprocess-exited-with-error
à git clone --filter=blob:none --quiet https://github.com/MeltanoLabs/tap-postgres.git /tmp/pip-req-build-_0ufickx did not run successfully.
â exit code: 128
â°â> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
à git clone --filter=blob:none --quiet https://github.com/MeltanoLabs/tap-postgres.git /tmp/pip-req-build-_0ufickx did not run successfully.
â exit code: 128
â°â> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
Need help fixing this problem? Visit http://melta.no/ for troubleshooting steps, or to
join our friendly Slack community.
Failed to install plugin(s)Edgar Ramírez (Arch.dev)
02/21/2024, 4:43 PMfatal: unable to access 'https://github.com/MeltanoLabs/tap-postgres.git/': gnutls_handshake() failed: The TLS connection was non-properly terminated.git failed to clone the MeltanoLabs/tap-postgres repo. Can you confirm that you can access it from your station?
Edgar Ramírez (Arch.dev)
02/21/2024, 4:44 PM