You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> With the release of the [Open Data Contract Standard v3.1.0](https://github.com/bitol-io/open-data-contract-standard), we deprecate the Data Contract Specification in line with our commitment to focus on a single industry standard for data contracts. We have actively contributed to the Open Data Contract Standard in the TSC and will continue to support it.<br><br>
10
+
> If you are using Data Contract Specification, we recommend [migrating to the Open Data Contract Standard](#migration) within the next few months.
11
+
7
12

8
13
9
14
Data contracts bring data providers and data consumers together.
@@ -265,12 +270,27 @@ links:
265
270
datacontractCli: https://cli.datacontract.com
266
271
```
267
272
273
+
Migration
274
+
---
275
+
276
+
To migrate from Data Contract Specification to the Open Data Contract Specification, you can use the [Data Contract CLI](https://github.com/datacontract/datacontract-cli):
You can now continue to work with _odcs.yaml_ file.
284
+
285
+
286
+
287
+
268
288
Data Contract CLI
269
289
---
270
290
271
-
The [Data Contract CLI](https://cli.datacontract.com) is a command line tool and Python library to lint, test, import and export data contracts.
291
+
The [Data Contract CLI](https://cli.datacontract.com) is a command line tool and Python library to lint, test, import and export data contracts (supporting Data Contract Specification and ODCS).
272
292
273
-
Here is short example how to verify that your actual dataset matches the data contract:
293
+
Here is a short example of how to verify that your actual dataset matches the data contract:
274
294
275
295
```bash
276
296
pip3 install "datacontract-cli[all]"
@@ -293,6 +313,7 @@ The Data Contract CLI chooses the appropriate engine, formulates test cases, con
293
313
More information and configuration options on [cli.datacontract.com](https://cli.datacontract.com).
0 commit comments