terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Terraform Provider for Airbyte API
As airbyte does support "Apache Iceberg" as a destination, I would expect the terraform module to provide a `airbyte_destination_iceberg` resource. I can't find any iceberg related resource in the [terraform...
When using sync mode `incremental_deduped_history`, connection updates are not possible. Recreating the connection is required to make changes. ``` Please do NOT include a primary key configuration for this stream....
Notion's `start_date` parameter [is validated](https://github.com/airbytehq/terraform-provider-airbyte/blob/main/internal/provider/source_notion_data_source.go#L166-L172) by `validators.IsRFC3339()`, allowing the fractional seconds representation (`.###`) to be omitted. When configuring a Notion resource via _airbyte_source_notion_ , if I specify the start date...
I expect the following code to create a connection with a CRON schedule. However, it creates a `disabled` connection with manual schedule: ```terraform resource "airbyte_connection" "facebook_to_bq" { configurations = {...
As per https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/resources/destination_google_sheets#configuration, the configuration requires a client_id, a client_secret and a refresh_token to work. I have tried using a desktop-app client-id (and secret and refresh token) as well as...
### Description It seems that since the Airbyte Facebook connector v1.3.0 (which allows for multiple ad account ids), the expectations of Terraform and Airbyte are not aligned anymore. Terraform only...
Makes changes from #57 #54 compliant with provider generation from https://github.com/speakeasy-api/speakeasy and docs generation from https://github.com/hashicorp/terraform-plugin-docs
A lot of Airbyte users implement custom connectors using python CDK or low-code CDK. Currently it's not possible to configure sources leveraging custom connector.
Similar issue here too. I can set NO SSL and NO TUNNEL settings using the TF provider, but as shown in the screenshots above, it seems to be ignore. Additionally,...
Is there any prevision for the implementation of a resource to track Kafka Source objects with the Terraform module?