Releases: datacontract/datacontract-cli
Releases · datacontract/datacontract-cli
v0.5.0
- Adapt Data Contract Specification in version 0.9.1
- Use
models
section fordiff
/breaking
- Add
model
command - Let
inline
print to STDOUT instead of overwriting datacontract file - Let
quality
write input from STDIN if present
v0.4.0
- Basic implementation of test command for Soda Core
- Change package structure to allow usage as library
v0.3.2
- Fix field parsing for dbt models, affects stability of
diff
/breaking
v0.3.1
- Fix comparing order of contracts in
diff
/breaking
v0.3.0
- Handle non-existent schema specification when using
diff
/breaking
- Resolve local and remote resources such as schema specifications when using "$ref: ..." notation
- Implement
schema
command: prints your schema - Implement
quality
command: prints your quality definitions - Implement the
inline
command: resolves all references using the "$ref: ..." notation and writes them to your data contract. - Allow remote and local location for all data contract inputs (
--file
,--with
)
v0.2.0
- Suggest a fix during
init
when the file already exists - Rename
validate
command tolint
- Add
diff
command for dbt schema specification - Add
breaking
command for dbt schema specification - Remove
check-compatibility
command - Improve usage documentation
Initial release
v0.1.1 Update release.yaml