Hello, Im trying to connect the quickstart guide t...
# ingestion
r
Hello, Im trying to connect the quickstart guide to my postgres server. I know the postgres connection works as its the same credentials use for dbt. I inputted it like so
Copy code
source:
    type: postgres
    config:
        host_port: '***.com:5432'
        database: **
        username: **
        password: **
However Im getting an error. Is this error because I wrote something wrong in the recipe?
Copy code
ConnectionRefusedError: [Errno 111] Connection refused
m
does your postgres allow connection from the host running datahub ingestion?