terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Terraform Provider for Airbyte API
Greetings! It looks like a change in version 0.4.1 to the amazon seller partner source made it so I can no longer deploy on any version after 0.4.0 😞 It...
Actually, due to limitations on the provider's side, the `basic` connection schedule type cannot be configured. For example, the **manually created** `connection` object structure got from API: ```JSON "schedule": {...
I'm seeing fairly frequent plugin crashes when running `terraform apply`. Retrying generally works, so it might be a race condition that's causing the `concurrent map writes` error. This is the...
# Scenario ``` data "airbyte_connection" "extract" { connection_id = } ``` # Expected result data.airbyte_connection.extract.configurations.streams.\.selected_fields contains exactly the list of selected fields in the configured \ of the \ connection....
After schema updating, the order of MongoDB stream representation in Terraform state changes, and it can not be rewritten due to the already defined primary key, even if it's not...