Skip to content

Releases: datacontract/datacontract-cli

v0.5.0

27 Nov 16:34
35bb422
Compare
Choose a tag to compare
  • Adapt Data Contract Specification in version 0.9.1
  • Use models section for diff/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

17 Nov 23:48
cea08af
Compare
Choose a tag to compare
  • Basic implementation of test command for Soda Core
  • Change package structure to allow usage as library

v0.3.2

09 Oct 13:20
3961a03
Compare
Choose a tag to compare
  • Fix field parsing for dbt models, affects stability of diff/breaking

v0.3.1

05 Oct 18:37
d193ac6
Compare
Choose a tag to compare
  • Fix comparing order of contracts in diff/breaking

v0.3.0

02 Oct 16:34
bd1fb01
Compare
Choose a tag to compare
  • 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

26 Sep 15:39
09da8ce
Compare
Choose a tag to compare
  • Suggest a fix during init when the file already exists
  • Rename validate command to lint
  • Add diff command for dbt schema specification
  • Add breaking command for dbt schema specification
  • Remove check-compatibility command
  • Improve usage documentation

Initial release

19 Sep 12:30
173cefb
Compare
Choose a tag to compare
v0.1.1

Update release.yaml