https://linen.dev logo
#ask-community-for-troubleshooting
Title
# ask-community-for-troubleshooting
m

Mohammad Shahvez

06/03/2021, 7:10 AM
i have created a connection with postgres destination. where i check data after sync ?
1
s

Subodh (Airbyte)

06/03/2021, 8:16 AM
@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

Mohammad Shahvez

06/03/2021, 8:31 AM
source is stripe and destination is postgres
s

Subodh (Airbyte)

06/03/2021, 8:42 AM
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

Mohammad Shahvez

06/03/2021, 8:45 AM
can we show this data in pgAdmin ?
s

Subodh (Airbyte)

06/03/2021, 8:46 AM
Yes you should be able to query the default schema in pgAdmin and see the tables
m

Mohammad Shahvez

06/03/2021, 8:48 AM
thanks.
one more query
where we find destination postgres schema in aitbyte
u

[DEPRECATED] Marcos Marx

06/03/2021, 4:14 PM
@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

Mohammad Shahvez

06/04/2021, 4:38 AM
thanks