This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v0.3.0 dbt_twilio_source
·
5 commits
to main
since this release
🚨 Breaking Changes 🚨
- Added explicit float casts to the following numerical fields:
queue_time, num_media, num_segmentsin addition to the existingduration, price, count, usagefields 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_charsmacro that uses theREGEXP_REPLACEfunction to clean up any non-numerical characters from the above fields.
Full Changelog: v0.2.0...v0.3.0