Skip to content

Commit 2c95fe6

Browse files
authored
Merge branch 'main' into dev
2 parents c530373 + 3958a7a commit 2c95fe6

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Open Data Contract Standard
1+
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8149/badge)](https://www.bestpractices.dev/projects/8149)
2+
3+
# Open Data Contract Standard (ODCS)
24

35
Welcome!
46

@@ -30,14 +32,16 @@ A data contract defines the agreement between a data producer and consumers. A d
3032
JSON Schema for ODCS can be found [here](schema/odcs-json-schema.json). You can import this schema into your IDE for
3133
validation of your YAML files. Links below show how you can import the schema:
3234

33-
- [Intellij](https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom)
34-
- [VSCode](https://code.visualstudio.com/docs/languages/json#_json-schemas-and-settings)
35+
- [IntelliJ](https://www.jetbrains.com/help/idea/json.html#ws_json_schema_add_custom)
36+
- [VS Code](https://code.visualstudio.com/docs/languages/json#_json-schemas-and-settings)
3537

3638
## Contributing to the project
3739
Check out the [CONTRIBUTING](./CONTRIBUTING.md) file.
3840

3941
## Articles
40-
42+
* 2023-11-30 - [Linux Foundation AI & Data - Bitol Joins LF AI & Data as New Sandbox Project](https://lfaidata.foundation/blog/2023/11/30/bitol-joins-lf-ai-data-as-new-sandbox-project/)
43+
* 2023-11-30 - [AIDAUG - Bitol Joins LF AI & Data as New Sandbox Project](https://aidausergroup.org/2023/11/30/bitol-joins-lf-ai-data-as-new-sandbox-project/)
44+
* 2023-10-01 - [Data Contracts: A Bridge Connecting Two Worlds](https://medium.com/@atanas.iliev.ai/data-contracts-a-bridge-connecting-two-worlds-404eff1d970d)
4145
* 2023-09-10 - [Data Contracts 101](https://medium.com/p/568a9adbf9a9)
4246
* 2023-08-10 - [Welcome to the Open Data Contract Standard](https://jgp.ai/2023/08/09/welcome-to-the-open-data-contract-standard/)
4347
* 2023-05-11 - [Data Contracts – Everything You Need to Know](https://www.montecarlodata.com/blog-data-contracts-explained/)

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ dataset:
144144
- table_name_2
145145
- table_name_3
146146
transformLogic: sel t1.txn_dt as txn_ref_dt from table_name_1 as t1, table_name_2 as t2, table_name_3 as t3 where t1.txn_dt=date-3
147-
transformDescription: defines the logic in business terms; logic for dummies
147+
transformDescription: Defines the logic in business terms.
148148
sampleValues:
149149
- 2022-10-03
150150
- 2020-01-28
@@ -226,11 +226,11 @@ dataset:
226226

227227
### Authorative definitions
228228

229-
Updated in ODCS (Open Data Contract Standard) v2.3.0.
229+
Updated in ODCS (Open Data Contract Standard) v2.2.1.
230230

231231
| Key | UX label | Required | Description |
232232
|------|-------------------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
233-
| type | Definition type | Yes | Type of definition for authority: v2.3 adds standard values: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`. |
233+
| type | Definition type | Yes | Type of definition for authority: v2.2.1 adds standard values: `businessDefinition`, `transformationImplementation`, `videoTutorial`, `tutorial`, and `implementation`. |
234234
| url | URL to definition | Yes | URL to the authority. |
235235

236236
## Data quality

0 commit comments

Comments
 (0)