Skip to content

2.2.0

Compare
Choose a tag to compare
@jared-rimmer jared-rimmer released this 02 Nov 13:20
· 178 commits to main since this release
90e3233

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

  • Escape slash on model depends_on_nodes #234
  • Update quotes #227

New Contributors

Full Changelog: 2.1.1...2.2.0