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
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)
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)