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

Missing Apache Iceberg Destination

Open wabu opened this issue 10 months ago • 0 comments

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 module documentation and when adding the following resource, terraform will give an error that the resource is not supported.

"airbyte_destination_iceberg" "datalake" {
}
│ The provider airbytehq/airbyte does not support resource type "airbyte_destination_iceberg".

wabu avatar Mar 28 '24 10:03 wabu