Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Releases: datafold/data-diff

v0.7.4

25 Apr 22:25
cfd941f
Compare
Choose a tag to compare

What's Changed

  • remove duplicated consts and methods by @dlawin in #521
  • add a doc link when vars do not exist by @dlawin in #528

Full Changelog: v0.7.3...v0.7.4

v0.7.3

21 Apr 21:57
ca9cd05
Compare
Choose a tag to compare

What's Changed

  • Embed sqeleton with git history preserved by @nolar in #485
  • Cloud diffs in progress by @dlawin in #510
  • Make temp schema optional by @pik94 in #509
  • warn when using recent dbt-core version by @dlawin in #517
  • Add logs to indicate current artifact being parsed in debug mode by @MalanB in #508
  • support datadiff meta filter by @dlawin in #522

New Contributors

Full Changelog: v0.7.2...v0.7.3

v0.7.2

18 Apr 20:40
Compare
Choose a tag to compare

What's Changed

  • issue 505: add client_session_keep_alive by @dlawin in #506

Full Changelog: v0.7.1...v0.7.2

v0.7.1

15 Apr 23:11
8777ca2
Compare
Choose a tag to compare

What's Changed

  • HOTFIX issue 501: instantiate dbt variables by @dlawin in #502

Full Changelog: v0.7.0...v0.7.1

v0.7.0

14 Apr 23:35
b047c27
Compare
Choose a tag to compare

What's Changed

Possible breaking change when custom schemas are used

This release changes how prod schema names are determined when a "custom schema" is used via a new variable prod_custom_schema. The boolean variable custom_schemas can be removed.
See the updated doc here: https://docs.datafold.com/development_testing/open_source

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Apr 18:02
e09a45b
Compare
Choose a tag to compare

What's Changed

  • Align PK support with Datafold SaaS by @dlawin in #446
  • Adding user id to tracking by @kylemcnair in #455
  • adds a basic e2e test for --dbt using duckdb by @dlawin in #443
  • increment dbt supported version to include 1.4.5 by @dlawin in #463
  • cloud api token flow by @pik94 in #462
  • expand --cloud output by polling for results by @dlawin in #467
  • add basic snowflake key/pair support by @dlawin in #468
  • Snowflake support private_key_passphrase by @dlawin in #469

Full Changelog: v0.5.0...v0.6.0

v0.5.0

14 Mar 11:12
d21c140
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

17 Feb 10:43
584206b
Compare
Choose a tag to compare

What's Changed

  • reverse order of dev and prod tables in cli printout and cloud diffs by @leoebfolsom in #389
  • fix issue #391: incorrect raise, add tests by @dlawin in #392

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - dbt support

09 Feb 19:29
29bfa73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.4.0

v0.3.2 - Small features and fixes

17 Jan 14:10
910c98d
Compare
Choose a tag to compare

Overview

  • Added support for 3-part identifiers in BigQuery and Snowflake (can now joindiff across different projects)
  • Added 'where' argument to Python API
  • Swapped sqeleton implementation to the external library
  • Added support for redshift external tables
  • Small bugfixes

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2