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
Copy file name to clipboardExpand all lines: pkg/framework/objects/databricks_credential/schema.go
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -76,10 +76,10 @@ var DatabricksResourceSchema = resource_schema.Schema{
76
76
},
77
77
},
78
78
"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"),
83
83
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.",
84
84
},
85
85
"token": resource_schema.StringAttribute{
@@ -104,11 +104,11 @@ var DatabricksResourceSchema = resource_schema.Schema{
104
104
},
105
105
},
106
106
"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,
110
110
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.",
0 commit comments