Hi there, After reading the documentation of the a...
# announcements
w
Hi there, After reading the documentation of the architecture of AirByte, I am so interested in AirByte and can’t wait to try with it. But I was just blocked at the beginning when I want to try sync data between the PostgreSQL database. It was just hanging at the first step as the pic shows below. And I can’t see any error in the log. Do anyone have any suggestions for me to do next? Sincerely thanks.
j
How long did it hang?
Also, can you please send the output of
docker image ls | grep airbyte
?
w
from the log to see, it is more than 15mins.
j
ah yes it definitely shouldn't take that long
w
image.png
j
alright so it wasn't able to get to the point where it pulled the image for the postgres integration for some reason.
would it be possible to stop airbyte and then restart while sending the docker compose logs to a file?
w
I am not sure whether it causes by my limited resource with my laptop, it just less than 1Gb memory.
Yes, I could do that.
Here is the log I just got.
j
Looks like lines 630-700 have the info we need. This may be due to what is basically a 2 min timeout to pull the image.
Can you try running
docker pull airbyte/postgres-singer-source-abprotocol:0.1.0
and then adding the postgres source again?
If that works, we probably just need to increase the timeout, or maybe have something pull images when you launch for the first time. If it doesn't work, I'll create an issue on Github and look into it more.
Either way we should show a more descriptive error in the UI if pulling the image fails.
w
Yes! It works. After I pull
airbyte/postgres-singer-source-abprotocol:0.1.0
image first.
I really agree the design of the AirByte framework very much and will continue to follow it. I also hope to have the opportunity to contribute code to AirByte.
j
Glad to hear you're enjoying the framework! There was a thread yesterday about adding integrations https://airbytehq.slack.com/archives/C01A4CAP81L/p1603398998070300?thread_ts=1603398033.070100&cid=C01A4CAP81L that might be a good starting point if you want to contribute integrations.
👍 1
Also, I added this to track the underlying issue from yesterday: https://github.com/airbytehq/airbyte/issues/696
👍 1