<@U032N798P0E><@U03H3MY9F7H> We are trying to crea...
# airbyte-api
t
@Terence Cho (Airbyte)@Carlo Scarioni We are trying to create a connection between Big Query source and Big Query destination using AirByte OSS - API, and getting just a 500 error. Below is our request. When we tried creating a similar connection on Airbyte Cloud, it works perfectly fine. Could you also give us a way to check logs on local instance? We tried running it on terminal and still cannot get hold of the logs. cc @yuvraaj Error - {"type":"about:blank","status":500}%
Copy code
curl --location '<http://localhost:8006/v1/connections>' \                                                                                                                                       18:15:54--header 'Content-Type: application/json' \--header 'Accept: application/json' \--header 'Authorization: Basic xxxxxx' \--data '{  "configurations": {    "streams": [      {        "name": "events_20221012",        "syncMode": "full_refresh_overwrite"      }    ]  },  "schedule": {    "scheduleType": "manual"  },  "dataResidency": "auto",  "namespaceDefinition": "destination",  "namespaceFormat": "${SOURCE_NAMESPACE}",  "nonBreakingSchemaUpdatesBehavior": "ignore",  "name": "bq-to-bq",  "sourceId": "8664c59a-c59c-414b-b501-2a829c5fdc01",  "destinationId": "d583880e-0293-40f7-a5b4-fd6504d84253",  "status": "active",  "prefix":""}'
Error Logs just show a timeout 2023-08-31 132957 ERROR i.m.h.s.RouteExecutor(logException):444 - Unexpected error occurred: Read Timeout io.micronaut.http.client.exceptions.ReadTimeoutException: Read Timeout at io.micronaut.http.client.exceptions.ReadTimeoutException.<clinit>(ReadTimeoutException.java:26) ~[micronaut-http-client-core-3.10.1.jar:3.10.1] at io.micronaut.http.client.netty.DefaultHttpClient$BaseHttpResponseHandler.exceptionCaught(DefaultHttpClient.java:2040) ~[micronaut-http-client-3.10.1.jar:3.10.1] at io.micronaut.http.client.netty.DefaultHttpClient$FullHttpResponseHandler.exceptionCaught(DefaultHttpClient.java:2292) ~[micronaut-http-client-3.10.1.jar:3.10.1] at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:346) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] at io.netty.channel.AbstractChannelHandlerContext.invokeExceptionCaught(AbstractChannelHandlerContext.java:325) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final] at io.netty.channel.AbstractChannelHandlerContext.fireExceptionCaught(AbstractChannelHandlerContext.java:317) ~[netty-transport-4.1.94.Final.jar:4.1.94.Final]