| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-0.12.3-py3-none-any.whl | 2026-05-18 | 339.6 kB | |
| datacontract_cli-0.12.3.tar.gz.sigstore.json | 2026-05-18 | 9.4 kB | |
| datacontract_cli-0.12.3-py3-none-any.whl.sigstore.json | 2026-05-18 | 9.5 kB | |
| datacontract_cli-0.12.3.tar.gz | 2026-05-18 | 413.0 kB | |
| README.md | 2026-05-18 | 519 Bytes | |
| v0.12.3 source code.tar.gz | 2026-05-18 | 2.9 MB | |
| v0.12.3 source code.zip | 2026-05-18 | 3.1 MB | |
| Totals: 7 Items | 6.8 MB | 3 | |
[0.12.3] - 2026-05-18
Added
- new
datacontract dbt synccommand: generate dbt tests from an ODCS contract, then rundbt testfor them, and optionally publish the results to Entropy Data (#1222, [#1235]) redshiftserver type fordatacontract test(requirespip install datacontract-cli[redshift]). (#1236)
Fixed
- SQL type converter: emit canonical
decimal/numericper dialect (Postgres →numeric, MySQL →decimal) sotest's column-type check matchesinformation_schema(#1237)