Júlia Lemes
09/17/2025, 6:48 PMMichael Trieu
09/17/2025, 8:06 PMsupriyaarshad
09/17/2025, 8:13 PMFaisal
09/17/2025, 9:14 PMAkhil Kumar
09/18/2025, 2:57 AMIshan Anilbhai Koradiya
09/18/2025, 3:41 AMAltan Sener
09/18/2025, 6:10 AMClara Buenconsejo
09/18/2025, 6:23 AMAli Kelkawi
09/18/2025, 6:45 AMcom.google.cloud.bigquery.BigQueryException: Connect timed out
Konathala Chaitanya
09/18/2025, 7:06 AMOleh M
09/18/2025, 7:41 AMChristian Malan
09/18/2025, 8:10 AMSerap Erkus
09/18/2025, 8:23 AMAdeel Shakir
09/18/2025, 8:46 AMDiana
09/18/2025, 8:48 AMabctl
in a single-container VM (kindest/node:v1.32.2
). The server is healthy:
curl <http://localhost:8000/api/v1/health>
{"available":true}
But when I call the discover schema endpoint for a valid source ID:
curl -v -X POST <http://localhost:8000/api/v1/sources/discover_schema> \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Bearer <API_TOKEN>" \
-d '{"sourceId": "<source-id>"}'
I get a 502 Bad Gateway HTML response from Airbyte’s internal NGINX:
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.</p>
<p><em>Faithfully yours, nginx.</em></p>
• sourceId
is valid, headers and token are correct.
• /api/v1/health
works.
• The container is running and stable.
Is this a known issue with discover_schema
in single-container abctl setups, or is there a missing configuration I should check?
Thanks!한영수
09/18/2025, 9:14 AMKonathala Chaitanya
09/18/2025, 9:27 AMFabrizio Spini
09/18/2025, 9:36 AMIulian
09/18/2025, 10:51 AMCenk Batman
09/18/2025, 11:16 AMEuan Blackledge
09/18/2025, 11:51 AMvarun kalyan
09/18/2025, 11:58 AMHoria
09/18/2025, 12:00 PMNamuuna Baterdene
09/18/2025, 2:46 PMspec:
ingressClassName: nginx
rules:
- host: <http://host.example.com|host.example.com>
http:
paths:
- backend:
service:
# format is ${RELEASE_NAME}-airbyte-connector-builder-server-svc
name: airbyte-airbyte-connector-builder-server-svc
port:
number: 80 # service port, example: 8080
path: /api/v1/connector_builder/
pathType: Prefix
- backend:
service:
# format is ${RELEASE_NAME}-airbyte-server-svc
name: airbyte-airbyte-server-svc
port:
number: 8001 # service port, example: 8080
path: /
pathType: Prefix
Faisal
09/18/2025, 2:55 PMAkhil Kumar
09/18/2025, 3:29 PMRenu Fulmali
09/18/2025, 3:34 PMKothapalli Venkata Avinash
09/18/2025, 3:56 PMJoe
09/18/2025, 4:08 PMJoe
09/18/2025, 4:12 PM