Skip to content

Releases: dbt-labs/dbt-adapters

dbt-adapters v1.7.0

19 Sep 16:23
Compare
Choose a tag to compare

dbt-adapters 1.7.0 - September 19, 2024

Features

  • Allow configuring of snapshot column names (#289)

dbt-adapters v1.6.1

16 Sep 16:56
Compare
Choose a tag to compare

dbt-adapters 1.6.1 - September 16, 2024

dbt-adapters v1.6.0

12 Sep 19:57
Compare
Choose a tag to compare

dbt-adapters 1.6.0 - September 12, 2024

Features

  • Default microbatch strategy implementation and base tests (#302)

dbt-adapters v1.5.0

10 Sep 03:50
Compare
Choose a tag to compare

dbt-adapters 1.5.0 - September 10, 2024

Features

  • Compare 'snapshot_get_time' and snapshot 'updated_at' data types (#242)
  • Add Behavior Flag framework (#281)
  • Add EventTimeFilter to BaseRelation, which renders a filtered relation when start or end is set (#294)

Dependencies

  • Update dbt-common pin to >=1.8 (#299)

dbt-adapters v1.4.1

09 Aug 22:06
Compare
Choose a tag to compare

dbt-adapters 1.4.1 - August 09, 2024

Fixes

  • Use model alias for the CTE identifier generated during ephemeral materialization (#5273)

Under the Hood

  • Updating changie.yaml to add contributors and PR links (#219)

Contributors

dbt-adapters v1.4.0

30 Jul 19:57
2c4065b
Compare
Choose a tag to compare

dbt-adapters 1.4.0 - July 30, 2024

Features

  • render 'to' and 'to_columns' fields on foreign key constraints, and bump dbt-common lower bound to 1.6 (#271)

Fixes

  • Incremental table varchar column definition changed (#276)

Under the Hood

  • Rework record/replay to record at the database connection level. (#244)

dbt-adapters v1.3.3

09 Jul 20:12
Compare
Choose a tag to compare

dbt-adapters 1.3.3 - July 09, 2024

Fixes

  • Fix scenario where using the --empty flag causes metadata queries to contain limit clauses

Under the Hood

  • --limit flag no longer subshells the query. This resolves the dbt Cloud experience issue where limit prevents ordering elements..

dbt-adapters v1.3.2

02 Jul 15:49
Compare
Choose a tag to compare

dbt-adapters 1.3.2 - July 02, 2024

Under the Hood

  • Fix query timer resolution
  • Add optional release_connection parameter to connection_named method

dbt-adapters v1.3.1

20 Jun 19:21
Compare
Choose a tag to compare

dbt-adapters 1.3.1 - June 20, 2024

dbt-adapters v1.2.1

21 May 22:46
Compare
Choose a tag to compare

dbt-adapter 1.2.1 - May 21, 2024

Features

  • Improvement of the compile error message in the get_fixture-sql.sql when the relation or the model not exist

Under the Hood

  • Add query recording for adapters which use SQLConnectionManager
  • Improve memory efficiency of process_results()