You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using terraform with the latest airbyte module version (0.5.2) and airbyte cloud to create a source (mongodb v2), destination (s3) and connection. Sources and destinations are created correctly, but fails on creating a connection. The error is not descriptive enough to find out the root cause, neither gives out information of where such logs can be found:
2024-07-11T10:47:52.2439413Z Error: failure to invoke API
2024-07-11T10:47:52.2439990Z
2024-07-11T10:47:52.2440610Z with airbyte_connection.connection_mongodb_to_s3,
2024-07-11T10:47:52.2442117Z on main.tf line 54, in resource "airbyte_connection" "connection_mongodb_to_s3":
2024-07-11T10:47:52.2443690Z 54: resource "airbyte_connection" "connection_mongodb_to_s3" {
2024-07-11T10:47:52.2444571Z
2024-07-11T10:47:52.2445119Z unknown status code returned: Status 500
2024-07-11T10:47:52.2447024Z {"status":500,"type":"https://reference.airbyte.com/reference/errors","title":"unexpected-problem","detail":"An
2024-07-11T10:47:52.2448858Z unexpected problem has occurred. If this is an error that needs to be
2024-07-11T10:47:52.2450138Z addressed, please submit a pull request or github
2024-07-11T10:47:52.2451630Z issue.","documentationUrl":null,"data":{"message":"Something went wrong in
2024-07-11T10:47:52.2453138Z the connector. logs:Something went wrong in the connector. See the logs for
2024-07-11T10:47:52.2454265Z more details."}}
The definition of the connection in terraform looks like
Unfortunately, the error reference link is broken, but I found it, however, nothing is mentioned about this error.
Any idea on how to read connector logs on the Airbyte cloud?
Thanks!
Christian
The text was updated successfully, but these errors were encountered:
Hello,
I'm using terraform with the latest airbyte module version (0.5.2) and airbyte cloud to create a source (mongodb v2), destination (s3) and connection. Sources and destinations are created correctly, but fails on creating a connection. The error is not descriptive enough to find out the root cause, neither gives out information of where such logs can be found:
The definition of the connection in terraform looks like
Unfortunately, the error reference link is broken, but I found it, however, nothing is mentioned about this error.
Any idea on how to read connector logs on the Airbyte cloud?
Thanks!
Christian
The text was updated successfully, but these errors were encountered: