Skip to content

Commit 7e6a312

Browse files
committed
Status is not related to dev/prod
1 parent 180217d commit 7e6a312

File tree

4 files changed

+17
-21
lines changed

4 files changed

+17
-21
lines changed

docs/README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ tags: null
6464
6565
### Definitions
6666
67-
| Key | UX label | Required | Description |
68-
|-------------------------|------------------|----------|------------------------------------------------------------------------------------------------|
69-
| apiVersion | Standard version | Yes | Version of the standard used to build data contract. Default value is `v3.0.0`. |
70-
| kind | Kind | Yes | The kind of file this is. Valid value is `DataContract`. |
71-
| id | ID | Yes | A unique identifier used to reduce the risk of dataset name collisions, such as a UUID. |
72-
| name | Name | No | Name of the data contract. |
73-
| version | Version | Yes | Current version of the data contract. |
74-
| status | Status | Yes | Current status of the data contract. Valid values are `production`, `test`, or `development`. |
75-
| tenant | Tenant | No | Indicates the property the data is primarily associated with. Value is case insensitive. |
76-
| domain | Domain | No | Name of the logical data domain. |
77-
| dataProduct | Data Product | No | Name of the data product. |
78-
| description | Description | No | Object containing the descriptions. |
79-
| description.purpose | Purpose | No | Intended purpose for the provided data. |
80-
| description.limitations | Limitations | No | Technical, compliance, and legal limitations for data use. |
81-
| description.usage | Usage | No | Recommended usage of the data. |
67+
| Key | UX label | Required | Description |
68+
|-------------------------|------------------|----------|-----------------------------------------------------------------------------------------------|
69+
| apiVersion | Standard version | Yes | Version of the standard used to build data contract. Default value is `v3.0.0`. |
70+
| kind | Kind | Yes | The kind of file this is. Valid value is `DataContract`. |
71+
| id | ID | Yes | A unique identifier used to reduce the risk of dataset name collisions, such as a UUID. |
72+
| name | Name | No | Name of the data contract. |
73+
| version | Version | Yes | Current version of the data contract. |
74+
| status | Status | Yes | Current status of the data contract. |
75+
| tenant | Tenant | No | Indicates the property the data is primarily associated with. Value is case insensitive. |
76+
| domain | Domain | No | Name of the logical data domain. |
77+
| dataProduct | Data Product | No | Name of the data product. |
78+
| description | Description | No | Object containing the descriptions. |
79+
| description.purpose | Purpose | No | Intended purpose for the provided data. |
80+
| description.limitations | Limitations | No | Technical, compliance, and legal limitations for data use. |
81+
| description.usage | Usage | No | Recommended usage of the data. |
8282

8383

8484
## Schema

docs/examples/quality/column-completeness.odcs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ schema:
2424
dimension: completeness
2525
severity: error
2626
rule: nullCheck
27-
businessImpact: operational
27+
businessImpact: operational

schema/odcs-json-schema-latest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
},
3838
"status": {
3939
"type": "string",
40-
"description": "Current status of the dataset. Valid values are `production`, `test`, or `development`.",
41-
"examples": ["production", "test", "development"]
40+
"description": "Current status of the dataset."
4241
},
4342
"servers": {
4443
"type": "array",

schema/odcs-json-schema-v3.0.0.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,9 +2228,6 @@
22282228
"secondLevelApprovers": {
22292229
"type": "string",
22302230
"description": "The name(s) of the second-level approver(s) of the role."
2231-
},
2232-
"customProperties": {
2233-
"$ref": "#/$defs/CustomProperties"
22342231
}
22352232
},
22362233
"required": ["role"]

0 commit comments

Comments
 (0)