| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-0.12.4-py3-none-any.whl | 2026-05-21 | 340.0 kB | |
| datacontract_cli-0.12.4-py3-none-any.whl.sigstore.json | 2026-05-21 | 9.4 kB | |
| datacontract_cli-0.12.4.tar.gz | 2026-05-21 | 414.0 kB | |
| datacontract_cli-0.12.4.tar.gz.sigstore.json | 2026-05-21 | 9.4 kB | |
| README.md | 2026-05-21 | 618 Bytes | |
| v0.12.4 source code.tar.gz | 2026-05-21 | 2.9 MB | |
| v0.12.4 source code.zip | 2026-05-21 | 3.1 MB | |
| Totals: 7 Items | 6.8 MB | 1 | |
[0.12.4] - 2026-05-21
Added
datacontract testnow logs the Data Contract CLI version and whether it ran as a local CLI or through the FastAPI server (including the request URL) as part of the test result logs
Fixed
- Schema checks now resolve each property by its
physicalNamewhen set (falling back toname), matching the existing table-level resolution and the SQL/BigQuery exporters. Previously a property whose logicalnamediffered from its physical column (e.g.name: brandwithphysicalName: BRAND) failed the presence and type checks even though the physical column existed (#1246)