| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-1.0.5-py3-none-any.whl | 2026-06-24 | 3.0 MB | |
| datacontract_cli-1.0.5-py3-none-any.whl.sigstore.json | 2026-06-24 | 9.7 kB | |
| datacontract_cli-1.0.5.tar.gz | 2026-06-24 | 3.0 MB | |
| datacontract_cli-1.0.5.tar.gz.sigstore.json | 2026-06-24 | 9.7 kB | |
| README.md | 2026-06-24 | 817 Bytes | |
| v1.0.5 source code.tar.gz | 2026-06-24 | 6.5 MB | |
| v1.0.5 source code.zip | 2026-06-24 | 7.0 MB | |
| Totals: 7 Items | 19.5 MB | 0 | |
[1.0.5] - 2026-06-24
Fixed
datacontract testnow only supports logicalTypes. Previously physicalType was preferrerd and used even if logicalType did not exist.datacontract testfield type check now compares the full structured type tree forobjectandarraylogical types.- Unknown and unsupported types are silently ignored rather than failing the check. Specifically the
maptype is not supported until ODCS version v3.2.0 and is also ignored. datacontract --helpno longer fails withModuleNotFoundError: No module named 'ibis'when the optionalibisextra is not installed.datacontract testagainst Oracle now qualifies tables with the configured serverschema(owner), fixingCould not read model '<table>': <table>when the login user differs from the table owner.