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
We got this issue while using terraform to create a connection for Airbyte Cloud. Our source database has about 1000 tables and I think that's why the API call time outed. When I tried creating a connection with 1 table, tf timed out, but eventually the connection was created. When I tried with more than 100 tables, no connection was created.
╷
│ Error: failure to invoke API
│
│ with airbyte_connection.my_connection,
│ on connection.tf line 1, in resource "airbyte_connection" "my_connection":
│ 1: resource "airbyte_connection" "my_connection" {
│
│ error sending request: Post "https://api.airbyte.com/v1/connections": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
The text was updated successfully, but these errors were encountered:
Hi,
We got this issue while using terraform to create a connection for Airbyte Cloud. Our source database has about 1000 tables and I think that's why the API call time outed. When I tried creating a connection with 1 table, tf timed out, but eventually the connection was created. When I tried with more than 100 tables, no connection was created.
The text was updated successfully, but these errors were encountered: