Releases: dbt-labs/dbt-project-evaluator
Releases · dbt-labs/dbt-project-evaluator
v0.2.0
What's Changed
- Feature/condense readme by @angelica-lastra and @deanna-minnick in #216
- Dispatching macro filter_exceptions by @larssnek in #213
- Remove the
listagg
macro for Spark by @b-per in #217 - Feature/add support duckdb by @b-per in #214
- Doesn't do
run_query
whencompile
by @b-per in #219 - remove change log and update PR template by @graciegoheen in #220
- Update CI commands in README by @graciegoheen in #222
New Contributors
- @angelica-lastra and @deanna-minnick made their first contribution in #216
- @larssnek made their first contribution in #213
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- handle mising objects for strings by @dave-connors-3 in #191
- add NULLIF to prevent dividing by 0 in fct_test_coverage by @graciegoheen in #203
- update utils version and update cross db macros by @dave-connors-3 in #200
- Small fixes to README by @graciegoheen in #211
- added steps for ci check to readme by @graciegoheen in #208
- distinct source to model relationships by @dave-connors-3 in #201
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Specify column types of exceptions seed by @graciegoheen in #194
- Add new tests by @b-per in #195
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- added new fct_chained_views_dependencies model - option 2 by @graciegoheen in #160
- Added owner_name and owner_email fields by @graciegoheen in #166
- Fix - Make
values
a list of list, allowing to load fields with commas by @b-per in #171 - Feature/exposure materializations by @dave-connors-3 in #132
- ✏️ Typo after refactor by @b-per in #174
- add needed marts directory to disabling models example by @rfdearborn in #177
- loop through all model_types for coverage models by @graciegoheen in #182
- Fix - Issue when columns are defined with quotes (e.g. SQL columns) by @b-per in #186
- Escape \ in the paths for Windows by @b-per in #180
- remove new package warning by @dave-connors-3 in #184
- 🩹 Fix
loop_vars
when there is no variable by @b-per in #188 - ✨ Allow users to exclude given models/rows by @b-per in #136
- fix multi ref tests - alt approach by @dave-connors-3 in #183
New Contributors
- @rfdearborn made their first contribution in #177
Full Changelog: v0.1.1...v0.1.2
version 0.1.1
Contributions from @b-per @graciegoheen @VasiliiSurov @callum-mcdata @dave-connors-3 @jtalmi
What's Changed
- Fix/add package name to dispatch by @graciegoheen in #124
- Change the path to upload logs by @b-per in #126
- fix/readme_table_of_contents by @graciegoheen in #122
- Updating get_metrics macro by @callum-mcdata in #125
- add additional install options by @dave-connors-3 in #128
- Remove duplicate section in README by @jtalmi in #131
- Add support for Databricks/Spark by @b-per in #134
- add profile and CI step by @dave-connors-3 in #141
- 🐛 Fix metrics extract code when value has quote by @b-per in #148
- ✏️ Fix small typo in field name by @b-per in #149
- ✨ Add info about Databricks support by @b-per in #151
- Run in CI without exposures or metrics by @b-per in #152
- Use dbt_utils array macros by @graciegoheen in #153
- Change list column_names in select_from_values to column that can be … by @VasiliiSurov in #144
- add metrics to int_direct_relationships by @graciegoheen in #159
- Updated overriding variables section of readme with examples by @graciegoheen in #156
- update install instructions by @dave-connors-3 in #161
New Contributors
- @callum-mcdata made their first contribution in #125
- @jtalmi made their first contribution in #131
- @VasiliiSurov made their first contribution in #144
Full Changelog: v0.1.0...v0.1.1
Initial Release
v0.1.0 Merge pull request #119 from dbt-labs/feature/source_and_model_direct…