Order By Removal and Timezone Variable Addition
Happy Friday! 🥳 This release includes the following non-breaking changes:
- Removal of the costly order by's within the final models as they are not necessary and can be performed at the BI layer. Issue #16
- Addition of the optional
stripe_timezone
variable. This variable allows a user to change the timezone from the default UTC to their preferred timezone. This is crucial for models where timestamps are converted to dates. Issue #12