Skip to content

0.5.0

Compare
Choose a tag to compare
@dimberman dimberman released this 16 Feb 20:56
· 986 commits to main since this release
16a50fd

This is a pretty major change in the way that we template values. Along with a series of bugfixes we will now use a more jinja-native templating style.

e.g.

SELECT * FROM {{customer_table}} WHERE member_since <= DATEADD(day, -7, '{{ execution_date }}')

What's Changed

Full Changelog: 0.4.0...0.5.0