- This file provides a full account of all changes to
dbt-core
anddbt-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
- 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)
- 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)
- 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
ormodel my
will now findmy_model
, without the need for underscores (#5574, #5577) - Support the renaming of SQL to code happening in dbt-core (#5574, #5577)
- 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)
- 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)
- @Goodkat (#5518)
- @drewbanin (#5577)
- @jeremyyeo (#5477)
- @joellabes (#5577)
- @leoebfolsom (#5295)
- @nicholasyager (#5393)
- @tomasfarias (#5432)
For information on prior major and minor releases, see their changelogs: