| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-0.11.8-py3-none-any.whl | 2026-04-10 | 306.8 kB | |
| datacontract_cli-0.11.8-py3-none-any.whl.sigstore.json | 2026-04-10 | 9.2 kB | |
| datacontract_cli-0.11.8.tar.gz | 2026-04-10 | 367.9 kB | |
| datacontract_cli-0.11.8.tar.gz.sigstore.json | 2026-04-10 | 9.2 kB | |
| README.md | 2026-04-10 | 1.6 kB | |
| v0.11.8 source code.tar.gz | 2026-04-10 | 2.8 MB | |
| v0.11.8 source code.zip | 2026-04-10 | 3.1 MB | |
| Totals: 7 Items | 6.6 MB | 0 | |
[0.11.8] - 2026-04-10
Added
- Added
cicommand for CI/CD-optimized test runs: multi-file support, GitHub Actions annotations and step summary, Azure DevOps annotations,--fail-onflag,--jsonoutput (#1114) - Added
changelogcommand and API endpoint (#1118 @davidb-tada) - Added opt-in
--all-errorsmode fordatacontract lintto report all JSON Schema validation errors, with matchingall_errorssupport in the Python library and API (#1125 @jmbenedetto) - Added
--schema-nameoption to custom model export (#978 @AntoineGiraud)
Fixed
- Avro importer now raises an error for union fields with multiple non-null types, which are not supported by ODCS (#1124)
- Fix SQL export generating multiple PRIMARY KEY constraints for composite keys (#1026,#1092 @barry0451 @dwestheide)
- Preserve parametrized physicalTypes for SQL export (#1086,#1093 @barry0451 @alexander-griesbeck)
- Fix incorrect SQL type mappings: SQL Server
double/jsonb, MySQL barevarchar, missing Trino types (#1110) - Fix markdown export breaking table structure when extra field values contain pipe characters (#832,#1117 @barry0451 @grepwood)
- Fix dbt import using incorrect physicalType instead of actual materialization type (#1136)
- Remove unnecessary numpy dependency from databricks and kafka extras (#1135 @kayhendriksen)
Special thanks to @davidb-tada for the outstanding contribution of the new changelog command and API endpoint! Also thanks to @barry0451 for multiple quality fixes across the SQL exporter and markdown export, and to @AntoineGiraud and @jmbenedetto for their feature contributions.