mirror of
https://github.com/bitol-io/open-data-contract-standard.git
synced 2025-05-28 19:34:02 +00:00
Merge branch 'dev' into prepare-release-v3.0.1
This commit is contained in:
@@ -59,7 +59,7 @@ description:
|
||||
limitations: null
|
||||
usage: null
|
||||
|
||||
tags: null
|
||||
tags: ['finance']
|
||||
```
|
||||
|
||||
### Definitions
|
||||
@@ -116,7 +116,7 @@ schema:
|
||||
type: businessDefinition
|
||||
- url: https://youtu.be/jbY1BKFj9ec
|
||||
type: videoTutorial
|
||||
tags: null
|
||||
tags: ['finance']
|
||||
dataGranularityDescription: Aggregation on columns txn_ref_dt, pmt_txn_id
|
||||
properties:
|
||||
- name: txn_ref_dt
|
||||
@@ -218,16 +218,16 @@ schema:
|
||||
|
||||
#### Applicable to Elements (either Objects or Properties)
|
||||
|
||||
| Key | UX label | Required | Description |
|
||||
|--------------------------|---------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| name | Name | Yes | Name of the element. |
|
||||
| physicalName | Physical Name | No | Physical name. |
|
||||
| description | Description | No | Description of the element. |
|
||||
| businessName | Business Name | No | The business name of the element. |
|
||||
| authoritativeDefinitions | Authoritative Definitions | No | List of links to sources that provide more details on the table; examples would be a link to an external definition, a training video, a git repo, data catalog, or another tool. See `authoritativeDefinitions` below. |
|
||||
| quality | Quality | No | List of data quality attributes. |
|
||||
| tags | Tags | No | A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. |
|
||||
| customProperties | Custom Properties | No | Custom properties that are not part of the standard. |
|
||||
| Key | UX label | Required | Description |
|
||||
|--------------------------|------------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| name | Name | Yes | Name of the element. |
|
||||
| physicalName | Physical Name | No | Physical name. |
|
||||
| description | Description | No | Description of the element. |
|
||||
| businessName | Business Name | No | The business name of the element. |
|
||||
| authoritativeDefinitions | Authoritative Definitions | No | List of links to sources that provide more details on the table; examples would be a link to an external definition, a training video, a GitHub repo, Collibra, or another tool. See `authoritativeDefinitions` below. |
|
||||
| quality | Quality | No | List of data quality attributes. |
|
||||
| tags | Tags | No | A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`. |
|
||||
| customProperties | Custom Properties | No | Custom properties that are not part of the standard. |
|
||||
|
||||
#### Applicable to Objects
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@ schema:
|
||||
type: businessDefinition
|
||||
- url: https://youtu.be/jbY1BKFj9ec
|
||||
type: videoTutorial
|
||||
tags: [ ]
|
||||
tags: [ 'finance', 'payments']
|
||||
dataGranularityDescription: Aggregation on columns txn_ref_dt, pmt_txn_id
|
||||
properties:
|
||||
- name: txn_ref_dt
|
||||
@@ -77,7 +77,7 @@ schema:
|
||||
partitioned: false
|
||||
partitionKeyPosition: -1
|
||||
criticalDataElement: false
|
||||
tags: [ ]
|
||||
tags: [ 'uid' ]
|
||||
classification: restricted
|
||||
- name: rcvr_cntry_code
|
||||
primaryKey: false
|
||||
|
||||
@@ -82,6 +82,7 @@ schema:
|
||||
criticalDataElement: false
|
||||
primaryKey: false
|
||||
required: false
|
||||
tags: ['sensitive']
|
||||
- name: "loginid"
|
||||
logicalType: "string"
|
||||
physicalType: "varchar[256]"
|
||||
@@ -115,6 +116,7 @@ schema:
|
||||
criticalDataElement: false
|
||||
primaryKey: false
|
||||
required: false
|
||||
tags: ['sensitive']
|
||||
- name: "maritalstatus"
|
||||
logicalType: "string"
|
||||
physicalType: "bpchar"
|
||||
|
||||
@@ -13,6 +13,7 @@ schema:
|
||||
type: Reference definition on Data.gov
|
||||
dataGranularityDescription: Raw records
|
||||
physicalType: table
|
||||
tags: ['nyc', 'regional']
|
||||
properties:
|
||||
- name: UniqueID
|
||||
primaryKey: true
|
||||
|
||||
@@ -15,7 +15,7 @@ schema:
|
||||
type: businessDefinition
|
||||
- url: https://youtu.be/jbY1BKFj9ec
|
||||
type: videoTutorial
|
||||
tags: []
|
||||
tags: ['finance']
|
||||
dataGranularityDescription: Aggregation on columns txn_ref_dt, pmt_txn_id
|
||||
properties:
|
||||
- name: txn_ref_dt
|
||||
|
||||
@@ -1912,7 +1912,7 @@
|
||||
},
|
||||
"Tags": {
|
||||
"type": "array",
|
||||
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level.",
|
||||
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -1901,7 +1901,7 @@
|
||||
},
|
||||
"Tags": {
|
||||
"type": "array",
|
||||
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level.",
|
||||
"description": "A list of tags that may be assigned to the elements (object or property); the tags keyword may appear at any level. Tags may be used to better categorize an element. For example, `finance`, `sensitive`, `employee_record`.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@ catalogs, data quality platforms, security tools, and more.
|
||||
* [Data Contract Playground](https://data-catering.github.io/data-contract-playground/) - Playground site for creating, exporting and validating data contracts
|
||||
* [DQC.ai | DQ PLATFORM](https://www.dqc.ai/dqc-platform) - [Enhancing Data Quality with ODCS: A Standard Ensured by the DQ Platform
|
||||
](https://www.dqc.ai/post/enhancing-data-quality-with-odcs-a-standard-ensured-by-the-dq-platform)
|
||||
* [Meta Analysis](https://www.meta-analysis.fr/en/home/) - Governance repository & Data Catalog, supports ODCS via a [flexible metamodel and open API](https://www.meta-analysis.fr/en/article-en/open-data-contract-standard-adoption/)
|
||||
|
||||
## Service providers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user