i have created a connection with postgres destinat...
# ask-community-for-troubleshooting
m
i have created a connection with postgres destination. where i check data after sync ?
1
s
@Mohammad Shahvez if I understand correctly, your destination is postgres. So data should be written to postgres. What is the source you are syncing data from?
m
source is stripe and destination is postgres
s
cool so you should find your data in postgres. The tables should be created in the default schema that you would have provided while creating the destination
m
can we show this data in pgAdmin ?
s
Yes you should be able to query the default schema in pgAdmin and see the tables
m
thanks.
one more query
where we find destination postgres schema in aitbyte
u
@Mohammad Shahvez you should see tables on your destination database. This is an example from my personal Airbyte; you can see better using pgAdmin 😃
m
thanks