Error invoking API in Airbyte connector deployment with Terraform

Summary

Error encountered while deploying Airbyte connector infrastructure with Terraform, resulting in an unknown status code 500. The error message indicates an unexpected problem in the connector.


Question

Hi everyone,

I am pretty new to airbyte. And I add an issue with my airbyte connector.

context: I have a Postgres database as a source and a redshift database as the destination database. They are all in a VPC. And I am using Airbyte cloud. I am doing the deployment of the infrastructure with terraform

Issues: I got this error which seems to be an airbyte internal issue. Can someone please help me with this?
Error: failure to invoke API │ │ with module.airbyte.<http://airbyte_connection.my|airbyte_connection.my>_connection, │ on modules/airbyte/main.tf line 81, in resource "airbyte_connection" "my_connection": │ 81: resource "airbyte_connection" "my_connection" { │ │ unknown status code returned: Status 500 │ {"status":500,"type":"<https://reference.airbyte.com/reference/errors>","title":"unexpected-problem","detail":"An unexpected │ problem has occurred. If this is an error that needs to be addressed, please submit a pull request or github │ issue.","documentationUrl":null,"data":{"message":"Something went wrong in the connector. logs:Something went wrong in the │ connector. See the logs for more details."}}

Thanks in advance



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["error-invoking-api", "airbyte-connector", "terraform", "status-500"]