terraform-provider-airbyte
terraform-provider-airbyte copied to clipboard
Managing Snowflake Destination Data Staging Methods
Using the Airbyte Terraform provider, we can programmatically set up our snowflake destination connectors, which is great! 🔥
However, this currently does not provide the ability to set the Data Staging Method 👎
I'm in the process of terraforming our Airbyte instance and importing connectors state into the terraform. When I imported the resource with the S3 External Data Staging Method, terraform defaulted the method to blank.
I manually specified the S3 External Data Staging Method again via UI, and the terraform plan shows no changes.
Managing the complete configuration resource programmatically would be so powerful 🙏
Thanks!