We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1982317 commit 8f85f48Copy full SHA for 8f85f48
catalog/resource_schema.go
@@ -20,6 +20,7 @@ type SchemaInfo struct {
20
Owner string `json:"owner,omitempty" tf:"computed"`
21
MetastoreID string `json:"metastore_id,omitempty" tf:"computed"`
22
FullName string `json:"full_name,omitempty" tf:"computed"`
23
+ SchemaID string `json:"schema_id" tf:"computed"`
24
}
25
26
func ResourceSchema() common.Resource {
docs/resources/schema.md
@@ -48,6 +48,7 @@ The following arguments are required:
48
In addition to all arguments above, the following attributes are exported:
49
50
* `id` - ID of this schema in form of `<catalog_name>.<name>`.
51
+* `schema_id` - UUID of the schema.
52
53
## Import
54
0 commit comments