You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(sql): update full model SQL and enhance test cases
- Change SQL model definition to use lowercase for `kind` and uppercase for `NAME`.
- Add `item_name` to the SELECT statement and include `last_updated_at` in the output.
- Update test configuration to exclude `last_updated_at` and mark the output as partial.
- Improve test assertions by comparing the full model DataFrame against an expected DataFrame.
- Ensure consistency in test context usage and enhance clarity in test logic.
0 commit comments