Merged PR 4371: fixed exposures

# Description

Fixed model name

# Checklist

- [x] The edited models and dependants run properly with production data.
- [ ] The edited models are sufficiently documented.
- [ ] 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 exposures
This commit is contained in:
Joaquin Ossa 2025-02-12 14:49:46 +00:00 committed by Oriol Roqué Paniagua
parent b8c953c7eb
commit b4d19ddbb5

View file

@ -440,7 +440,7 @@ exposures:
activity.
depends_on:
- ref('core__acccommodations_activity')
- ref('core__accommodations_activity')
owner:
name: Joaquin Ossa