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
Traceback (most recent call last):
File "C:\Workspace-pdl\data-ingestion\src\pdl_database.py", line 27, in connect
self.connection = psycopg2.connect(user=db_user, host=db_host, port=db_port)
File "C:\venv\pdl-api\lib\site-packages\psycopg2\__init__.py", line 122, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: connection to server at "fd-postgres-dev.ncsa.illinois.edu" (141.142.218.102), port 5432 failed: fe_sendauth: no password supplied
Expected behavior
The data ingestion CLI should work with .pgpass option when running on Windows.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
Python Version: 3.10.0
Version: 0.1.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
.pgpass option is not working when the data ingestion CLI is run on Windows.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The data ingestion CLI should work with .pgpass option when running on Windows.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: