posted
22 August 2022
the table exist in my database but its showing no relation named contact,...what am i doing wrong
Hello Joy,
It seems you have specified incorrect connection parameters in your PostgreSQL connection. In particular, please make sure the Schema parameter is correct because it seems your specified the table name there - contact, and, thus, Skyvia cannot find such a schema.
Schema is the name of the PostgreSQL schema you want to connect to. It is not a table name.
See more here https://docs.skyvia.com/connectors/databases/postgresql_connections.html
Best regards,
Mariia