databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[Feature] Handle `schema` attribute in `databricks_pipeline` #4137

Closed alexott closed 1 month ago

alexott commented 1 month ago

Changes

The new schema attribute was added to support direct publishing mode. Besides documentation we were need to add TF schema customization as it conflicts with the target attribute.

Tests