We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a254910 commit def1f6cCopy full SHA for def1f6c
README.md
@@ -10,6 +10,7 @@ The version number of the pip module corresponds to the version of the Open Data
10
|-------------------------------------|--------------------|
11
| 3.0.1 | >=3.0.1 |
12
| 3.0.2 | >=3.0.4 |
13
+| 3.1.0 | >=3.1.0 |
14
15
**Note**: We mirror major and minor version from the ODCS to the pip module, but not the patch version!
16
@@ -40,8 +41,7 @@ kind: DataContract
40
41
id: 53581432-6c55-4ba2-a65f-72344a91553b
42
status: active
43
name: my_table
-dataProduct: my_quantum
44
-apiVersion: v3.0.1
+apiVersion: v3.1.0
45
"""
46
data_contract = OpenDataContractStandard.from_string(data_contract_str)
47
# Print the data contract specification as a YAML string
0 commit comments