terraform-provider-airbyte icon indicating copy to clipboard operation
terraform-provider-airbyte copied to clipboard

Managing Snowflake Destination Data Staging Methods

Open PavelSusloparov opened this issue 1 year ago • 0 comments

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!

PavelSusloparov avatar Dec 01 '23 14:12 PavelSusloparov