Skip to content

Commit ddb68a1

Browse files
authored
Merge pull request #27 from bitol-io/main
sync back w/ dev
2 parents 2c95fe6 + edd82c1 commit ddb68a1

File tree

4 files changed

+413
-6
lines changed

4 files changed

+413
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
This document tracks the history and evolution of the **Open Data Contract Standard**.
22

3-
# v2.2.1 - 2023-12-15 - OPEN
3+
# v2.2.1 - 2023-12-18 - APPROVED
44

5-
* Reformat Markdown tables
6-
* Reformat quality examples to be valid YAML
7-
* Add in isUnique, primaryKeyPosition, partitionKeyPosition and clusterKeyPosition to `column` definition
5+
* Reformat quality examples to be valid YAML.
6+
* Type of definition for authority have standard values: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`.
7+
* Add in `isUnique`, `primaryKeyPosition`, `partitionKeyPosition`, and `clusterKeyPosition` to `column` definition.
88
* Add [JSON schema](schema/odcs-json-schema.json) to validate YAML files for v2.2.1.
99
* Integrated as part of [Bitol](https://lfaidata.foundation/projects/bitol/).
10+
* Reformat Markdown tables.
1011

1112
# v2.2.0 - 2023-07-27 - APPROVED
1213

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thanks for your interest and for taking the time to come here! ❤️
1010
This standard describes a structure for a **data contract**. It's current version is 2.2.1. It is available for you as an Apache 2.0 license. Contributions are welcome!
1111

1212
## Discover the open standard
13-
Discover the [Open Data Contract Standard](./docs/README.md). This file contains some explanations and several examples. More [examples](./examples/README.md) have been added to v2.2.
13+
Discover the [Open Data Contract Standard](./docs/README.md). This file contains some explanations and several examples. More [examples](./examples/README.md) have been added to v2.2.1.
1414

1515
## What is a Data Contract?
1616

@@ -23,7 +23,7 @@ A data contract defines the agreement between a data producer and consumers. A d
2323
* Security & stakeholders.
2424
* Custom properties.
2525

26-
![Data contract schema](./docs/img/data-contract-v2.2-schema.png "Data contract schema")
26+
![Data contract schema](./docs/img/data-contract-v2.2.1-schema.svg "Data contract schema")
2727

2828
*Figure 1: illustration of a data contract, its principal contributors, sections, and usage.*
2929

769 KB
Loading

0 commit comments

Comments
 (0)