Hey guys I was trying out airbyte earlier today. I...
# ask-community-for-troubleshooting
s
Hey guys I was trying out airbyte earlier today. It looks really cool and I would like to congratulate the devs on a good job! 🙂 However, i came across a couple of issues and was wondering if anyone has any ideas around this. Basically, i was trying to sync a few tables from postgres into clickhouse. When i added postgres as a source, and clickhouse as a destination and tried to make a connection, i saw only some tables from a couple of schemas only appeared. There wasn't necessarily a way for me to search for other tables(or perhaps i was not doing it right?). What can i do to ensure i see all tables from postgres so that i can choose which ones i need to sync?
👀 1
u
Hi @Susheel Kumar, it's probably a privilege problem. Could you make sure that your Airbyte users as the right permission on the schema from which you want to read tables? You'll find more details about the required permissions here.