Skip to content

dbt-core v1.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jun 16:49

dbt-core 1.5.2 - June 22, 2023

Features

  • add access selection syntax (#7738)
  • Add AdapterRegistered event log message (#7038)

Fixes

  • Add --target-path to dbt snapshot command. (#7418)
  • Constraint rendering fixes: wrap check expression in parentheses, foreign key 'references', support expression in all constraint types (#7417, #7480, #7416)
  • Fix warning messages for deprecated dbt_project.yml configs (#7424)
  • Respect column 'quote' config in model contracts (#7370)
  • Improve warnings for constraints and materialization types (#7335)
  • Incorrect paths used for "target" and "state" directories (#7465)
  • Using version 0 works when resolving single model (#7372)
  • Fix empty --warn-error-options error message (#7730)
  • send sql header on contract enforcement (#7714)
  • Fix path selector when using project-dir (#7819)
  • Allow dbt show --inline preview of private models (#7837)
  • Updating this error message to point to the correct URL (#7789)

Contributors