Skip to content

Commit 1d8b0f4

Browse files
committed
remove ws
1 parent e81074f commit 1d8b0f4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

  • pkg/framework/objects/databricks_credential

pkg/framework/objects/databricks_credential/schema.go

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ var DatabricksResourceSchema = resource_schema.Schema{
7676
},
7777
},
7878
"target_name": resource_schema.StringAttribute{
79-
Description: "Target name",
80-
Optional: true,
81-
Computed: true,
82-
Default: stringdefault.StaticString("default"),
79+
Description: "Target name",
80+
Optional: true,
81+
Computed: true,
82+
Default: stringdefault.StaticString("default"),
8383
DeprecationMessage: "This field is deprecated at the environment level (it was never possible to set it in the UI) and will be removed in a future release. Please remove it and set the target name at the job level or leverage environment variables.",
8484
},
8585
"token": resource_schema.StringAttribute{
@@ -104,11 +104,11 @@ var DatabricksResourceSchema = resource_schema.Schema{
104104
},
105105
},
106106
"adapter_type": resource_schema.StringAttribute{
107-
Description: "The type of the adapter. 'spark' is deprecated, but still supported for backwards compatibility. For Spark, please use the spark_credential resource. Optional only when semantic_layer_credential is set to true; otherwise, this field is required.",
108-
Optional: true,
109-
Computed: true,
107+
Description: "The type of the adapter. 'spark' is deprecated, but still supported for backwards compatibility. For Spark, please use the spark_credential resource. Optional only when semantic_layer_credential is set to true; otherwise, this field is required.",
108+
Optional: true,
109+
Computed: true,
110110
DeprecationMessage: "This field is deprecated and will be removed in a future release. Semantic Layer spark credentials are not supported yet, only databricks is supported.",
111-
Default: stringdefault.StaticString("databricks"),
111+
Default: stringdefault.StaticString("databricks"),
112112
PlanModifiers: []planmodifier.String{
113113
stringplanmodifier.RequiresReplace(),
114114
},

0 commit comments

Comments
 (0)