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
fix: Update SQL script for closed_dimension_id_date to use subquery for next closed action
- Refactored the SQL update logic to replace LATERAL with a subquery using DISTINCT ON, ensuring accurate pairing of opened facts with their immediate closed actions.
- Improved clarity and performance of the update process by optimizing the selection of next closed dates, hours, and users for opened facts.
0 commit comments