What's Changed
- Getting the actual version rather than the one specified in packages.yml by @elongl in #166
- Added jobs to
dbt_invocations
and create thejob_run_results
view by @elongl in #161 - Checking that Elementary is enabled prior to materializing. by @elongl in #170
- Auto-casting 'True' and 'False' to booleans. by @elongl in #169
Please note: If you were using any of the disablement vars (disable_*
) with a Jinja expression (most notably target.name != prod
) rather than true
or false
- up until now, it would've always been disabled regardless of the expression.
In this release, the expression is taken into account upon deciding whether to disable or not.
Full Changelog: 0.6.3...0.6.4