Skip to content

v0.13.1

Choose a tag to compare

@izeigerman izeigerman released this 06 Jun 02:08
· 3691 commits to main since this release
e15dcee

✨ Features

  • Add primary key capture to model to seed future interfaces (#933) @z3z1ma
  • Add Restatement Support for depends_on_past (Built-in only) (#921) @eakmanrq

🪲 Bug fixes

  • Error if no columns found for table. (#932) @crericha
  • Fix code highlighting in the models/overview.md doc @izeigerman
  • Use dbt source_name for source method and add support package arg for ref method. (#935) @crericha
  • Ensure AST is correct in meta field converter (#938) @georgesittas
  • Normalize identifiers and model names (#930) @georgesittas
  • Small improvements to the doc page for external models @izeigerman
  • Select * from external models for dbt, skip private variables when deep copying JinjaMacroRegistry, and properly parse jinja pre and post expressions (#943) @crericha

🧹 Chore

👽 Other