`docker run --rm airbyte/source-aircall:dev spec`
# office-hour
m
docker run --rm airbyte/source-aircall:dev spec
<https://docsurl.com>
@Francesco F can you open the terminal and see the server logs?
c
We have had issues with trying to set up some connectors like Pardot or Facebook Marketing where there doesn’t seem to be a workaround. https://airbytehq.slack.com/archives/C021JANJ6TY/p1675961748900149
We are currently trying to evaluate using Airbyte as a tool, so I am pretty new. It would be helpful to have an idea of how often this happens/or what the suggestion is in the meantime
f
@Marcos Marx (Airbyte) how can I check the server logs directly from the terminal?
m
c
0.4.40 version for snowflake
m
s
c
Does the destination version have to do with the
normalization?
f
Thanks Max (for the parallel work on my issue 🙂 ) and Saj! Have a good rest of your day!
c
Trying to access the internal Airbyte postgres db; I can access it on the server from within docker, but I cannot connect through Airbyte. Is there something that needs to be done to the Airbyte docker container to allow access outside?
Copy code
State code: 08001; Message: Connection to XX.XX.XX.XX:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
s
Thanks @Francesco F for joining us!
m
Carolina you must open the ports to that database changing the docker-compose file
c
^from the docker compose, doesn’t that suggest that the port is open?
c
Have to go now.
m
127.0.0.1 or docker.internal.host
j
Can I get help syncing salesforce to snowflake? I'm getting a non-json response error
currently have sheets syncing to snowflake np
s
hey Jake, are you able to share any logs?
j
How do I get the logs from the docker container
thats one thing I dont know how to do
m
mkdir /airbyte
j
I do see
Copy code
[error] 922#922: *167 client intended to send too large body: 2298308 bytes
in nginx
m
j
maybe this is in my nginx config...
s
thanks Jake, give me a sec while I look into the nginx issue
s
@Jake Vernon in the meantime this might help with exploring airbyte docker volumes: https://docs.airbyte.com/operator-guides/browsing-output-logs/