Skip to content

Commit

Permalink
Merge pull request #96 from bitol-io/dev-status
Browse files Browse the repository at this point in the history
Status is not related to dev/prod
  • Loading branch information
pflooky authored Nov 4, 2024
2 parents 180217d + 7e6a312 commit 43f43fc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 21 deletions.
30 changes: 15 additions & 15 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ tags: null
### Definitions
| Key | UX label | Required | Description |
|-------------------------|------------------|----------|------------------------------------------------------------------------------------------------|
| apiVersion | Standard version | Yes | Version of the standard used to build data contract. Default value is `v3.0.0`. |
| kind | Kind | Yes | The kind of file this is. Valid value is `DataContract`. |
| id | ID | Yes | A unique identifier used to reduce the risk of dataset name collisions, such as a UUID. |
| name | Name | No | Name of the data contract. |
| version | Version | Yes | Current version of the data contract. |
| status | Status | Yes | Current status of the data contract. Valid values are `production`, `test`, or `development`. |
| tenant | Tenant | No | Indicates the property the data is primarily associated with. Value is case insensitive. |
| domain | Domain | No | Name of the logical data domain. |
| dataProduct | Data Product | No | Name of the data product. |
| description | Description | No | Object containing the descriptions. |
| description.purpose | Purpose | No | Intended purpose for the provided data. |
| description.limitations | Limitations | No | Technical, compliance, and legal limitations for data use. |
| description.usage | Usage | No | Recommended usage of the data. |
| Key | UX label | Required | Description |
|-------------------------|------------------|----------|-----------------------------------------------------------------------------------------------|
| apiVersion | Standard version | Yes | Version of the standard used to build data contract. Default value is `v3.0.0`. |
| kind | Kind | Yes | The kind of file this is. Valid value is `DataContract`. |
| id | ID | Yes | A unique identifier used to reduce the risk of dataset name collisions, such as a UUID. |
| name | Name | No | Name of the data contract. |
| version | Version | Yes | Current version of the data contract. |
| status | Status | Yes | Current status of the data contract. |
| tenant | Tenant | No | Indicates the property the data is primarily associated with. Value is case insensitive. |
| domain | Domain | No | Name of the logical data domain. |
| dataProduct | Data Product | No | Name of the data product. |
| description | Description | No | Object containing the descriptions. |
| description.purpose | Purpose | No | Intended purpose for the provided data. |
| description.limitations | Limitations | No | Technical, compliance, and legal limitations for data use. |
| description.usage | Usage | No | Recommended usage of the data. |


## Schema
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/quality/column-completeness.odcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ schema:
dimension: completeness
severity: error
rule: nullCheck
businessImpact: operational
businessImpact: operational
3 changes: 1 addition & 2 deletions schema/odcs-json-schema-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
},
"status": {
"type": "string",
"description": "Current status of the dataset. Valid values are `production`, `test`, or `development`.",
"examples": ["production", "test", "development"]
"description": "Current status of the dataset."
},
"servers": {
"type": "array",
Expand Down
3 changes: 0 additions & 3 deletions schema/odcs-json-schema-v3.0.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2228,9 +2228,6 @@
"secondLevelApprovers": {
"type": "string",
"description": "The name(s) of the second-level approver(s) of the role."
},
"customProperties": {
"$ref": "#/$defs/CustomProperties"
}
},
"required": ["role"]
Expand Down

0 comments on commit 43f43fc

Please sign in to comment.