ODCS. The older Data Contract Specification (models/fields) is still read, but write new contracts in ODCS — see Migrate from DCS to ODCS.
test immediately fails on types. Why?On the nine backends with catalog introspection, the declared physicalType is compared against the column’s real native type — a stricter check than the portable logicalType used elsewhere. See Types and the Data Source Reference.
isNullable: false but nothing is checked.The CLI reads required, not isNullable. Write required: true. See What is not checked.
Never in the contract. Connection details live in servers; credentials come from environment variables or a .env file in the working directory. Each reference page lists the variables its source expects.
datacontract ci --fail-on warning. The default is error; never always exits 0. See ci.
--checks schema, quality, or servicelevel, comma-separated. Omit it to run everything. See Test your Data.
One per data source — datacontract-cli[snowflake], [databricks], [postgres], … — or [all] for everything. See Installation.
Use datacontract --system-truststore … to verify against the operating system’s trust store instead of the bundled CA certificates, or set DATACONTRACT_SYSTEM_TRUSTSTORE=1.
Yes — as a Python library, or as a REST service with datacontract api.
Open an issue on GitHub or ask in the community Slack. To add it yourself, see Contributing.