Merged PR 4373: Fixed model error

# Description

Fixed model error

# Checklist

- [x] The edited models and dependants run properly with production data.
- [x] The edited models are sufficiently documented.
- [x] The edited models contain PK tests, and I've ran and passed them.
- [ ] I have checked for DRY opportunities with other models and docs.
- [ ] I've picked the right materialization for the affected models.

# Other

- [ ] Check if a full-refresh is required after this PR is merged.

Fixed model error
This commit is contained in:
Joaquin Ossa 2025-02-12 15:46:55 +00:00 committed by Oriol Roqué Paniagua
parent b4d19ddbb5
commit db86f75f75

View file

@ -156,7 +156,7 @@ with
select
u.service_display_name,
u.number_users,
u.number_active_users,
u.number_users_with_service_applied_in_accommodation,
u.number_users
- u.number_users_with_service_applied_in_accommodation
as number_users_without_service_applied_in_accommodation,