| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-1.0.16-py3-none-any.whl | 2026-07-31 | 3.1 MB | |
| datacontract_cli-1.0.16-py3-none-any.whl.sigstore.json | 2026-07-31 | 9.6 kB | |
| datacontract_cli-1.0.16.tar.gz | 2026-07-31 | 3.1 MB | |
| datacontract_cli-1.0.16.tar.gz.sigstore.json | 2026-07-31 | 9.6 kB | |
| README.md | 2026-07-31 | 2.3 kB | |
| v1.0.16 source code.tar.gz | 2026-07-31 | 6.8 MB | |
| v1.0.16 source code.zip | 2026-07-31 | 7.3 MB | |
| Totals: 7 Items | 20.3 MB | 0 | |
[1.0.16] - 2026-07-31
Added
datacontract testreads the Avro schema of a Kafka topic from the Confluent Schema Registry viaDATACONTRACT_KAFKA_SCHEMA_REGISTRY_URL,DATACONTRACT_KAFKA_SCHEMA_REGISTRY_USERNAME, andDATACONTRACT_KAFKA_SCHEMA_REGISTRY_PASSWORD(#1347)
Deprecated
DATACONTRACT_SNOWFLAKE_PRIVATE_KEY_PATH,DATACONTRACT_SNOWFLAKE_PRIVATE_KEY_PASSPHRASE, andDATACONTRACT_SNOWFLAKE_CONNECTION_TIMEOUT: useDATACONTRACT_SNOWFLAKE_PRIVATE_KEY_FILE,DATACONTRACT_SNOWFLAKE_PRIVATE_KEY_FILE_PWD, andDATACONTRACT_SNOWFLAKE_LOGIN_TIMEOUTinsteadDATACONTRACT_SQLSERVER_TRUSTED_CONNECTION: useDATACONTRACT_SQLSERVER_AUTHENTICATION=windowsinstead
Fixed
datacontract testagainst a Kafka topic reports Avro messages it cannot decode as such, instead of reading every field as null (#1347)datacontract testconnects to Databricks with an OAuth service principal again, instead of failing withError during request to serveron databricks-sql-connector 4.3.0 and later (#1389)DATACONTRACT_SQLSERVER_TRUSTED_CONNECTIONno longer overrides an explicitly setDATACONTRACT_SQLSERVER_AUTHENTICATION, so a leftover flag cannot silently downgrade an Entra ID login to Windows authenticationdatacontract testpassesDATACONTRACT_IMPALA_AUTH_MECHANISM,DATACONTRACT_IMPALA_USE_HTTP_TRANSPORT, andDATACONTRACT_IMPALA_HTTP_PATHto Impala again, so a Cloudera Virtual Warehouse can be reached instead of failing withTSocket read 0 bytesdatacontract testpasses theserversblockcatalogto Athena again, instead of always queryingawsdatacatalogdatacontract testsupportsDATACONTRACT_BIGQUERY_IMPERSONATION_ACCOUNTagain to impersonate a service accountdatacontract testapplies the documented Snowflake key-pair and timeout variables instead of silently ignoring them: the names they were documented under are not accepted by the Snowflake driver, and now map to the ones that aredatacontract dbt syncdoes not assumeseverity: warnas default anymore: tests now fail with dbt's default severity unless the contract declares a non-blockingquality.severitydatacontract dbt syncno longer drops or misplaces YAML comments that introduce the next column, test, or key