Skip to content

Order By Removal and Timezone Variable Addition

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 11 Jun 15:22
cb6edfe

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