| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-1.0.8-py3-none-any.whl | 2026-06-25 | 3.0 MB | |
| datacontract_cli-1.0.8-py3-none-any.whl.sigstore.json | 2026-06-25 | 9.5 kB | |
| datacontract_cli-1.0.8.tar.gz | 2026-06-25 | 3.0 MB | |
| datacontract_cli-1.0.8.tar.gz.sigstore.json | 2026-06-25 | 9.4 kB | |
| README.md | 2026-06-25 | 368 Bytes | |
| v1.0.8 source code.tar.gz | 2026-06-25 | 6.5 MB | |
| v1.0.8 source code.zip | 2026-06-25 | 7.0 MB | |
| Totals: 7 Items | 19.6 MB | 0 | |
[1.0.8] - 2026-06-25
Fixed
datacontract testagainst Redshift no longer fails withrelation "pg_catalog.pg_enum" does not exist. Redshift rides the Postgres ibis backend, whose schema introspection joinspg_catalog.pg_enumto detect enum columns — a relation Redshift does not expose. Introspection now omits that join (Redshift has no enum types).