Skip to content

dbt-core v1.6.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Sep 22:05

dbt-core 1.6.2 - September 07, 2023

Breaking Changes

  • Removed the FirstRunResultError and AfterFirstRunResultError event types, using the existing RunResultError in their place. (#7963)

Features

  • Accept a dbt-cloud config in dbt_project.yml (#8438)

Fixes

  • Copy dir during dbt deps if symlink fails (#7428, #8223)
  • 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)
  • Parse the correct schema version from manifest (#8544)

Contributors