Connecting from jupyter notebook to containerized postgresql
I have have a container running postgresql and I want to ingest there some data that I have prepared in a ETL script. I have created the database, however, When I try to connect in my local machine through a jupyter notebook, it keeps saying it cannot find the host, even though I set it in my .yaml file.
My .yaml file is this one: