Error with Airbyte Connector Deployment

Summary

User encounters a 500 status error while deploying an Airbyte connection from a Postgres source to a Redshift destination using Terraform in a VPC environment.


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

['airbyte', 'terraform', 'postgres', 'redshift', 'vpc', 'status-500', 'internal-error']

First thing, don’t double post your issue on 2 different channels https://docs.airbyte.com/community/code-of-conduct#rule-3-dont-double-post

Do you have your terraform provider configured like this?

  server_url = "<https://your-airbyte-server/api/public/v1>"
} ```
Are you able to create connection manually without issues?

First thing, don’t double post your issue on 2 different channels https://docs.airbyte.com/community/code-of-conduct#rule-3-dont-double-post

Do you have your terraform provider configured like this?

  server_url = "<https://your-airbyte-server/api/public/v1>"
} ```
Are you able to create connection manually without issues?