Skip to content

Latest commit

 

History

History
executable file
·
116 lines (96 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

executable file
·
116 lines (96 loc) · 11.7 KB

dbt Core Changelog

  • This file provides a full account of all changes to dbt-core and dbt-postgres
  • Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
  • "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
  • Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide

dbt-core 1.3.0-b2 - August 29, 2022

Features

  • Add --defer flag to dbt compile & dbt docs generate (#4110, #4514)
  • use MethodName.File when value ends with .csv (#5578, #5581)
  • Make docs configurable in dbt_project.yml and add a node_color attribute to change the color of nodes in the DAG (#5333, #5397)
  • Adding ResolvedMetricReference helper functions and tests (#5567, #5607)
  • Check dbt-core version requirements when installing Hub packages (#5648, #5651)

Fixes

  • Remove the default 256 characters limit on postgres character varying type when no limitation is set (#5238, #5292)
  • Include schema file config in unrendered_config (#5338, #5344)
  • Resolves #5351 - Do not consider shorter varchar cols as schema changes (#5351, #5395)
  • on_shchma_change fail verbosity enhancement (#5504, #5505)
  • Fix error rendering docs block in metrics description (#5585, #5603)
  • Extended validations for the project names (#5379, #5620)
  • Use sys.exit instead of exit (#5621, #5627)
  • Finishing logic upgrade to Redshift for name truncation collisions. (#5586, #5656)
  • multiple args for ref and source (#5634, #5635)
  • Fix Unexpected behavior when chaining methods on dbt-ref'ed/sourced dataframes (#5646, #5677)

Docs

Under the Hood

  • Save use of default env vars to manifest to enable partial parsing in those cases. (#5155, #5589)
  • add more information to log line interop test failures (#5658, #5659)
  • Add supported languages to materializations (#5569, #5695)

Dependency

  • Bump python from 3.10.5-slim-bullseye to 3.10.6-slim-bullseye in /docker (#4904, #5623)
  • Bump mashumaro[msgpack] from 3.0.3 to 3.0.4 in /core (#4904, #5649)

Contributors

dbt-core 1.3.0-b1 - July 29, 2022

Features

  • Python model inital version (#5261, #5421)
  • allows user to include the file extension for .py models in the dbt run -m command. (#5289, #5295)
  • Incremental materialization refactor and cleanup (#5245, #5359)
  • Python models can support incremental logic (#0, #35)
  • Add reusable function for retrying adapter connections. Utilize said function to add retries for Postgres (and Redshift). (#5022, #5432)
  • add exponential backoff to connection retries on Postgres (and Redshift) (#5502, #5503)

Fixes

  • Add context to compilation errors generated while rendering generic test configuration values. (#5294, #5393)
  • Rename try to strict for more intuitiveness (#5475, #5477)
  • Ignore empty strings passed in as secrets (#5312, #5518)
  • Fix handling of top-level exceptions (#5564, #5560)

Docs

  • Update dependency inline-source from ^6.1.5 to ^7.2.0 (#5574, #5577)
  • Update dependency jest from ^26.2.2 to ^28.1.3 (#5574, #5577)
  • Update dependency underscore from ^1.9.0 to ^1.13.4 (#5574, #5577)
  • Update dependency webpack-cli from ^3.3.12 to ^4.7.0 (#5574, #5577)
  • Update dependency webpack-dev-server from ^3.1.11 to ^4.9.3 (#5574, #5577)
  • Searches no longer require perfect matches, and instead consider each word individually. my model or model my will now find my_model, without the need for underscores (#5574, #5577)
  • Support the renaming of SQL to code happening in dbt-core (#5574, #5577)

Under the Hood

  • Added language to tracked fields in run_model event (#5571, #5469)
  • Update mashumaro to 3.0.3 (#4940, #5118)
  • Add python incremental materialization test (#0000, #5571)

Dependencies

  • Upgrade to Jinja2==3.1.2 from Jinja2==2.11.3 (#4748, #5465)
  • Bump mypy from 0.961 to 0.971 (#4904, #5495)
  • Remove pin for MarkUpSafe from >=0.23,<2.1 (#5506, #5507)

Contributors

Previous Releases

For information on prior major and minor releases, see their changelogs: