terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Terraform Provider for Airbyte API
A new configuration parameter `invalid_cdc_cursor_position_behavior` is available for the MongoDB v2 Airbyte source. Currently, it's undefined after creation via Terraform provider. Source view from UI: It would be nice to...
Recent PR https://github.com/airbytehq/terraform-provider-airbyte/pull/80 introduced airbyte_source_custom. We are testing it with AIrbyte 0.50.45 (HELM deployed), provider version 0.4.1. Terraform definition: ``` resource "airbyte_source_custom" "float_api" { name = "Float API" definition_id =...
Dear Airbyte team unexpected response from API. Got an unexpected response code 40 I created a connection in TF like this: ``` resource "airbyte_connection" "my_connection" { data_residency = "eu" destination_id...
👋🏻 Hello I am seing a strange behaviour in the terraform provider. A connection which is not updated will appear in the state (`terraform plan`) as modified because the streams...
This PR obviously changes the code generated by Speakeasy, so someone will have to modify the speakeasy config correctly to make this change (I do not have access to speakeasy...
When I use terraform and try to specify a primary key in a stream for a postgres connection with a sync type of incremental_dedup_history i get ```Primary │ key for...
Hello, Right now, it seems that there is a timeout of 60 seconds for the http client in the provider. (https://github.com/airbytehq/terraform-provider-airbyte/blob/6e55dd87be8c72bb7b6311783f79f3027b9ab20c/internal/sdk/sdk.go#L135) According to the documentation (https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs) it is not possible...
Hi, Thanks for the great work. We are running Airbyte Open Source and we try to industrialize everything. For some reasons, we need to connect local files to our storage....
For our migration from Octavia to Terraform, we want to import already existing datasource (they are in incremental since 6 months) and we can't afford to rebuild from scratch. So...
Hello! Thanks for a great software! TF provider is really good addition to airbyte. I'm looking for a way to exclude column from replication. Currently terraform provider doesn't support field...