- 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
- Add node attributes related to compilation to run_results.json (#7519)
- Support configuration of semantic models with the addition of enable/disable and group enablement. (#7968)
- Add support for swapping materialized views with tables/views and vice versa (#8449)
- Turn breaking changes to contracted models into warnings for unversioned models (#8384, #8282)
- Ensure parsing does not break when
window_groupings
is not specified fornon_additive_dimension
(#8453) - fix ambiguous reference error for tests and versions when model name is duplicated across packages (#8327, #8493)
- Fix "Internal Error: Expected node not found in manifest" when depends_on set on ModelNodeArgs (#8506)
- Fix snapshot success message (#7583)
- Fix newline escapes and improve formatting in docker README (dbt-docs/#8211)
- Switch from hologram to mashumaro jsonschema (#8426)
- Re-organize jinja macros: relation-specific in /macros/adapters/relations/, relation agnostic in /macros/relations (#8449)
- Update typing to meet mypy standards (#8396)
- Mypy errors - adapters/factory.py (#8387)
- Removed the FirstRunResultError and AfterFirstRunResultError event types, using the existing RunResultError in their place. (#7963)
- Enable re-population of metadata vars post-environment change during programmatic invocation (#8010)
- Added support to configure a delimiter for a seed file, defaults to comma (#3990)
- Allow specification of
create_metric: true
on measures (#8125)
- Copy dir during
dbt deps
if symlink fails (#7428, #8223) - Fixed double-underline (#5301)
- Copy target_schema from config into snapshot node (#6745)
- Enable converting deprecation warnings to errors (#8130)
- Add status to Parse Inline Error (#8173)
- Ensure
warn_error_options
get serialized ininvocation_args_dict
(#7694) - Stop detecting materialization macros based on macro name (#6231)
- Update
dbt deps
download retry logic to handleEOFError
exceptions (#6653) - Improve handling of CTE injection with ephemeral models (#8213)
- Fix unbound local variable error in
checked_agg_time_dimension_for_measure
(#8230) - Ensure runtime errors are raised for graph runnable tasks (compile, show, run, etc) (#8166)
- Fix retry not working with log-file-max-bytes (#8297)
- Detect changes to model access, version, or latest_version in state:modified (#8189)
- Add connection status into list of statuses for dbt debug (#8350)
- fix fqn-selection for external versioned models (#8374)
- Fix: DbtInternalError after model that previously ref'd external model is deleted (#8375)
- Fix using list command with path selector and project-dir (#8385)
- Remedy performance regression by only writing run_results.json once. (#8360)
- Corrected spelling of "Partiton" (dbt-docs/#8100)
- Remove static SQL codeblock for metrics (dbt-docs/#436)
- fixed comment util.py (dbt-docs/#None)
- Display contract and column constraints on the model page (dbt-docs/#433)
- Display semantic model details in docs (dbt-docs/#431)
- Refactor flaky test pp_versioned_models (#7781)
- format exception from dbtPlugin.initialize (#8152)
- A way to control maxBytes for a single dbt.log file (#8199)
- Ref expressions with version can now be processed by the latest version of the high-performance dbt-extractor library. (#7688)
- Bump manifest schema version to v11, freeze manifest v10 (#8333)
- add tracking for plugin.get_nodes calls (#8344)
- add internal flag: --no-partial-parse-file-diff to inform whether to compute a file diff during partial parsing (#8363)
- Add return values to a number of functions for mypy (#8389)
- Fix mypy warnings for ManifestLoader.load() (#8401)
- Use python version 3.10.7 in Docker image. (#8444)
- Bump mypy from 1.3.0 to 1.4.0 (#7912)
- Bump mypy from 1.4.0 to 1.4.1 (#8219)
- Update pin for click<9 (#8232)
- Add upper bound to sqlparse pin of <0.5 (#8236)
- Support dbt-semantic-interfaces 0.2.0 (#8250)
- @anjutiwari (#7428, #8223)
- @d-kaneshiro (#None)
- @gem7318 (#8010)
- @lllong33 (#5301)
- @marcodamore (#436)
- @pgoslatara (#8100)
- @ramonvermeulen (#3990)
For information on prior major and minor releases, see their changelogs: