Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

v0.3.0 dbt_twilio_source

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 15 Jul 20:07
· 5 commits to main since this release
5914762

🚨 Breaking Changes 🚨

  • Added explicit float casts to the following numerical fields: queue_time, num_media, num_segments in addition to the existing duration, price, count, usage fields and removed any potential non-numerical characters. These fields are listed as strings by default in the Twilio API, but would only be valuable as numbers. Marked as a breaking change, in case you happen to expect string values from these fields.

Under the Hood

  • Created a remove_non_numeric_chars macro that uses the REGEXP_REPLACE function to clean up any non-numerical characters from the above fields.

Full Changelog: v0.2.0...v0.3.0