Skip to content

dbt-core v1.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 18:02

dbt-core 1.5.3 - July 17, 2023

Fixes

  • Add --target-path to more CLI subcommands (#7646)
  • Remove limitation on use of sqlparse 0.4.4 (#7515)
  • Move project_root contextvar into events.contextvars (#7937)
  • Inline query emit proper error message (#7940)
  • Allow on_schema_change = fail for contracted incremental models (#7975)
  • Nicer error message if model with enforced contract is missing 'columns' specification (#7943)
  • Detect breaking contract changes to versioned models (#8030)

Dependencies

  • Pin click>=7.0,<8.1.4 (#8050)

Contributors