Skip to content

1.22.0

Compare
Choose a tag to compare
@jmcorreia jmcorreia released this 08 Aug 18:44
· 3 commits to master since this release
  • A new Data Quality Type prisma was lunched as part of the DQ offering
    • The main Goal of this new DQ Type is to offer better observability with an enhanced output data model and with different ways to interact with it (by directly providing DQ Functions or by deriving those DQ Functions automatically from an auxiliary table)
    • Note: proper documentation with examples will come on newer versions, but users can check our local tests for any doubts on using the feature for now
  • A Rest API Writer was introduced and you can check the documentation here.
  • A Custom SQL Transformer was introduced and the respective documentation is available here.
  • 2 Great Expectations Custom Expectations were added:
    • expect_column_pair_a_to_be_not_equal_to_b
    • expect_column_pair_date_a_to_be_greater_than_or_equal_to_date_b
  • Upgrade several libraries on the lock files due to the upgrade of:
    • pip-tools to 7.4.1
    • pip-audit to 2.7.3
    • pdoc to 14.5.1
    • twine to 5.1.1
    • and addition of the types-requests library