Releases: dbt-labs/dbt-project-evaluator
Releases · dbt-labs/dbt-project-evaluator
0.5.0
What's Changed
- Update README.md by @bartlomiejolma in #304
- Add
order_by
tostring_agg
for DuckDB by @b-per in #316 - Introspect the graph to find the db and schema by @b-per in #300
- Fix - Add folder separator when searching for folder name by @b-per in #317
- Feature/fct duplicate sources by @graciegoheen in #321
- add recursion limit by @dave-connors-3 in #291
- add macro to restrict materializations for INSERT models by @dave-connors-3 in #309
- Move README to mkdocs and auto-generate docs by @b-per in #322
- Quick fix README by @b-per in #329
New Contributors
- @bartlomiejolma made their first contribution in #304
Full Changelog: v0.4.1...0.5.0
0.4.1 Bug fix release
What's Changed
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Use CircleCI contexts for environment variables by @dbeatty10 in #281
- Escape single quotes in metric labels in get_metrics() by @JakeC-MyT in #279
- remove suffix instead of trimming prefix by @dave-connors-3 in #285
- check if seed exists in warehouse before filtering by @graciegoheen in #277
- Insert materialization for large projects by @dave-connors-3 in #265
- Add macros to print issues to logs by @b-per in #266
New Contributors
- @JakeC-MyT made their first contribution in #279
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- allow for unique combo of columns by @dave-connors-3 in #235
- Remove
--pre
for DuckDB for testing by @b-per in #254 - Update ENABLE_DBT_PROJECT_EVALUATOR step in README by @rory-donaldson in #257
- Add code owners by @b-per in #258
- 🐛 Fix bug with 1.4 and
depends_on
by @b-per in #261 - Add Apache 2 License by @b-per in #260
- Support dbt utils v1 by @dave-connors-3 in #245
- exclude custom test directory from check by @dave-connors-3 in #250
source --> exposure
check by @dave-connors-3 in #248- feature/add new model fct_hard_coded_references to capture all models that have hard coded references by @graciegoheen in #246
- Add friendlier name to range tests by @b-per in #267
- Bug/directory pattern by @angelica-lastra in #237
New Contributors
- @rory-donaldson made their first contribution in #257
Full Changelog: 0.2.1...v0.3.0
v0.2.1
What's Changed
- Document the exceptions seeds by @wmorin in #228
- added parent_model_type to fct_model_fanout by @graciegoheen in #233
- fix broken links by @patkearns10 in #238
- Set upper utils bound of 1.0 in current version by @dave-connors-3 in #244
New Contributors
Full Changelog: v0.2.0...0.2.1
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