brett
09/26/2020, 3:53 PMThe connection tests failed.
The received form did not pass validation
The database is publicly accessible and the host/port/username/password/database are correct.Jared Rhizor (Airbyte)
Jared Rhizor (Airbyte)
airbyte-scheduler
logs. They should provide more information on why the connection check failed.brett
09/26/2020, 6:10 PMairbyte
user per the instructions in case it required the username be airbyte
- that didn't work either.brett
09/26/2020, 6:11 PMbrett
09/26/2020, 6:11 PMJared Rhizor (Airbyte)
docker run --rm -it postgres psql -d "<postgresql://USERNAME>:PASSWORD@HOST:PORT/DBNAME" -c "select now()"
locally, does it succeed with your credentials?Jared Rhizor (Airbyte)
docker-compose up
call while you check the connection?Jared Rhizor (Airbyte)
CRITICAL 0 tables were discovered across the entire cluster
. It looks like the Singer dependency we’re using behind the scene is failing the check if there are no tables in the source.Jared Rhizor (Airbyte)
Jared Rhizor (Airbyte)
Jared Rhizor (Airbyte)