The default session grouping for the last-non-direct model was mistaken set to (none) instead of Direct when the source was direct. This was likely a copy/paste error.
Checklist
[x] I have verified that these changes work locally
[na] I have updated the README.md (if applicable)
[na] I have added tests & descriptions to my models (and macros if applicable)
[x] I have run dbt test and python -m pytest . to validate existing tests
Description & motivation
Fixes #300
The default session grouping for the last-non-direct model was mistaken set to
(none)
instead ofDirect
when the source was direct. This was likely a copy/paste error.Checklist
dbt test
andpython -m pytest .
to validate existing tests