| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-1.0.6-py3-none-any.whl | 2026-06-24 | 3.0 MB | |
| datacontract_cli-1.0.6-py3-none-any.whl.sigstore.json | 2026-06-24 | 9.6 kB | |
| datacontract_cli-1.0.6.tar.gz | 2026-06-24 | 3.0 MB | |
| datacontract_cli-1.0.6.tar.gz.sigstore.json | 2026-06-24 | 9.6 kB | |
| README.md | 2026-06-24 | 462 Bytes | |
| v1.0.6 source code.tar.gz | 2026-06-24 | 6.5 MB | |
| v1.0.6 source code.zip | 2026-06-24 | 7.0 MB | |
| Totals: 7 Items | 19.5 MB | 0 | |
[1.0.6] - 2026-06-24
Fixed
datacontract testagainst Redshift no longer fails withcolumn "current_schema" does not exist. Redshift rides the Postgres ibis backend, whose introspection resolved the active schema withSELECT current_schema(no parentheses) — valid on PostgreSQL but rejected by Redshift, which only supportscurrent_schema(). The configured serverschemais now passed explicitly during introspection, skipping that query.