yamotech/activerecord-dbt

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change Log

## [Unreleased]

- Fix column order in `stg_*.yml`
- Fix `No matching signature for operator IN for argument types INT64 and {BOOL} at []`
- Changed to be able to exclude specified table names from sources
- Fix `Unrecognized name: None at []`
- Fix `Syntax error: Unexpected keyword GROUP at []`
- Fix `dbt_utils.unique_combination_of_columns`

## [0.4.0] - 2024-09-01

- Rename `tests:` to `data_tests:`
- Change output destination from `#{export_directory_path}/*.*` to `#{export_directory_path}/**/*.*`
- Rename `#config` to `#properties`
- Fix `ArgumentError`
- Changed to run in `development` environment only
- Rename `Test` to `DataTest`
- Rename `Factory` to `YmlFactory`

## [0.3.0] - 2024-08-14

- Generate seed enum files for dbt from the specified `TABLE_NAME` and `ENUM_COLUMN_NAME`

## [0.2.0] - 2024-08-03

- Change `meta.column_type` to `data_type`

## [0.1.0] - 2024-07-20

- First release