Releases: onaio/dbt-ona-utils
Releases · onaio/dbt-ona-utils
Release 2.1.1 Updating project tags
Release 2.1 Updating translation macros
What's Changed
- Allows for the exclusion of metadata fields from the translation macro.
** Full Changelog**: v2.0.6...v2.1
2.0.6 Updated packages
Updating package dependencies
2.0.5
What's Changed
- Updated 'remove_group_name' macro to better handle exclusion of fields
Full Changelog: v2.0.4...v2.0.5
2.0.4
What's Changed
- .Updated macro returning dictionary of fields form xls forms to expect fields from Airbyte connectors to never have double underscores
Full Changelog: v2.0.2...v2.0.4
2.0.2
What's Changed
- .Updated macro returning dictionary of fields form xls forms to expect fields from Airbyte connectors to never have double underscores
Full Changelog: v2.0.2...v2.0.3
2.0.1
What's Changed
- added missing references for sub-macros and renamed macros by @Ahmad-Fuad in #19
Full Changelog: v2.0.0...v2.0.1
2.0.0
What's Changed
- Version 2 of dbt ona utils by @Ahmad-Fuad in #18
- This release makes significant changes to accommodate Ona data destination table structure changes as result of Airbyte Destination V2 upgrades
Full Changelog: v1.0.1...v2.0.0
Translate macro updates for edge case
This release ships with an updated translate table that translates values in columns with group names (v1.0.0 release worked only on columns that were not in a group; i.e there was a direct mapping between column names and values in the choices table)
Macro updates to match Airbyte onadata connector release
Merge pull request #16 from onaio/fuad_utils macro name cleanup