Skip to content

v0.12.3

Latest

Choose a tag to compare

@github-actions github-actions released this 18 May 17:46
· 7 commits to main since this release

[0.12.3] - 2026-05-18

Added

  • new datacontract dbt sync command: generate dbt tests from an ODCS contract, then run dbt test for them, and optionally publish the results to Entropy Data (#1222, #1235)
  • redshift server type for datacontract test (requires pip install datacontract-cli[redshift]). (#1236)

Fixed

  • SQL type converter: emit canonical decimal/numeric per dialect (Postgres → numeric, MySQL → decimal) so test's column-type check matches information_schema (#1237)