Breaking Changes
- This version requires dbt 1.3.0 and above due to the below two features
Features
- dbt_custom_envs added to invocation model: Environment variables with the prefix
DBT_ENV_CUSTOM_ENV_
will be captured in the invocation model #229 - Invocation arguments added to invocation model: arguments passed when invoking dbt will be captured in json format in the invocation model #222
- Add meta fields to seeds/snapshots: config.meta values will be captured in seeds and snapshots
Fixes
New Contributors
- @jared-rimmer made their first contribution in #225
- @mhmtsrmn made their first contribution in #227
- @nhrebinka made their first contribution in #237
Full Changelog: 2.1.1...2.2.0