terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Terraform Provider for Airbyte API
Hello 👋 We are facing an issue while attempting to create our Airbyte stack through Terraform. The problem arises when using the `airbyte_destination_bigquery_denormalized` resource with the GCS staging loading method...
Note: This is a draft, still testing. It appears to be working well for my use case but I've not yet fully tested through the sample.
Changes: - adds badge that points to https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs - updates version in README to the latest released version to terraform registry Feel free to use it as a suggestion. For...
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...
When using client_id and client_secret in the provider I get an error message, but when I use bearer_auth it works fine. Of course I'd rather not have to get the...
It seems like in the recent version, the support for selective column is added but it is not working as the flag fieldSelectionEnabled is not exposed. New Version Reference: https://registry.terraform.io/providers/airbytehq/airbyte/latest/docs/data-sources/connection#nested-schema-for-configurationsstreamsselected_fields...
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,...
The documentation for the custom source and custom destination does not describe how to get the destination ID (which I had to find out via https://github.com/airbytehq/airbyte/discussions/40699#discussioncomment-9951835). Can we update the...
I'm configuring a connection with Terraform from Postgres to S3. The database has multiple identical schemas (namespaces), so the table names (stream_names) are not unique: ``` - postgres_db - schema_1...
Hi everyone, I'm doing some initial setup with migrating our Airbyte infrastructure to Terraform, and when I tried testing a BingAds connector, I got the following: ``` # airbyte_source_bing_ads.source_bingads will...