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: website/docs/d/datacatalog_data_asset.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ The following attributes are exported:
44
44
*`display_name` - A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
45
45
*`external_key` - External URI that can be used to reference the object. Format will differ based on the type of object.
46
46
*`key` - Unique data asset key that is immutable.
47
+
*`lifecycle_details` - A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
47
48
*`properties` - A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the "default" category. Example: `{"properties": { "default": { "host": "host1", "port": "1521", "database": "orcl"}}}`
48
49
*`state` - The current state of the data asset.
49
50
*`time_created` - The date and time the data asset was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2019-03-25T21:10:29.600Z`
Copy file name to clipboardExpand all lines: website/docs/d/datacatalog_data_assets.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ The following attributes are exported:
66
66
*`display_name` - A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
67
67
*`external_key` - External URI that can be used to reference the object. Format will differ based on the type of object.
68
68
*`key` - Unique data asset key that is immutable.
69
+
*`lifecycle_details` - A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
69
70
*`properties` - A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the "default" category. Example: `{"properties": { "default": { "host": "host1", "port": "1521", "database": "orcl"}}}`
70
71
*`state` - The current state of the data asset.
71
72
*`time_created` - The date and time the data asset was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2019-03-25T21:10:29.600Z`
Copy file name to clipboardExpand all lines: website/docs/r/datacatalog_data_asset.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ The following attributes are exported:
51
51
*`display_name` - A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
52
52
*`external_key` - External URI that can be used to reference the object. Format will differ based on the type of object.
53
53
*`key` - Unique data asset key that is immutable.
54
+
*`lifecycle_details` - A message describing the current state in more detail. An object not in ACTIVE state may have functional limitations, see service documentation for details.
54
55
*`properties` - A map of maps that contains the properties which are specific to the asset type. Each data asset type definition defines it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data assets have required properties within the "default" category. Example: `{"properties": { "default": { "host": "host1", "port": "1521", "database": "orcl"}}}`
55
56
*`state` - The current state of the data asset.
56
57
*`time_created` - The date and time the data asset was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2019-03-25T21:10:29.600Z`
0 commit comments