Skip to content

v0.14.0

Choose a tag to compare

@izeigerman izeigerman released this 12 Jun 18:18
· 3663 commits to main since this release
c7657c5

✨ Features

🪲 Bug fixes

  • Update join macro logic to match latest sqlglot changes (#950) @georgesittas
  • Use the '--version' argument instead of the 'version' command for printing the version in CLI (#954) @izeigerman
  • Support sql_header config and config.set() jinja method for dbt projects. (#952) @crericha
  • When evaluating a snapshot render pre- and post-statements right before their evaluation (#961) @izeigerman
  • Support config() method in jinja. (#962) @crericha
  • Unit test due to merging the stale branch @izeigerman
  • Redundant extraction of macro references in jinja expressions (#965) @izeigerman
  • Invalidate the in-memory cache for the columns-to-types mapping when updating the model's schema (#971) @izeigerman

🧹 Chore

👽 Other