You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With version 1.2.8, the resource fivetran_conector_schema_config requires schema_change_handling. However, the service sap_hana_db does not support schema_change_handling, and fails during apply.
Expected behavior
Because sap_hana_db does not support schema_change_handling, the key/value pair should not be required for the indicated service.
Logs & Output
Running terraform apply results in:
│ Error: Unable to Create Connector Schema Resource.
│
│ with fivetran_connector_schema_config.sap_hana_db_schema_config[0],
│ on connector-schema-config.tf line 32, in resource "fivetran_connector_schema_config" "sap_hana_db_schema_config":
│ 32: resource "fivetran_connector_schema_config" "sap_hana_db_schema_config" {
│
│ Error while applying schema config patch. status code: 400; expected: 200; code: InvalidInput; message: Service `sap_hana_db` doesn't support `schema_change_handling`.
Plugin version:
fivetran = {
source = "fivetran/fivetran"
version = "1.2.8"
}
Additional context
If I put an empty string, I receive the error: Attribute schema_change_handling value must be one of: ["ALLOW_ALL" "ALLOW_COLUMNS" "BLOCK_ALL"], got: ""
The text was updated successfully, but these errors were encountered:
Describe the bug
With version 1.2.8, the resource
fivetran_conector_schema_config
requiresschema_change_handling
. However, the servicesap_hana_db
does not supportschema_change_handling
, and fails duringapply
.To Reproduce
Expected behavior
Because
sap_hana_db
does not supportschema_change_handling
, the key/value pair should not be required for the indicated service.Logs & Output
Running
terraform apply
results in:Plugin version:
Additional context
If I put an empty string, I receive the error:
Attribute schema_change_handling value must be one of: ["ALLOW_ALL" "ALLOW_COLUMNS" "BLOCK_ALL"], got: ""
The text was updated successfully, but these errors were encountered: