3.31.2026
March 31st, 2026
Recently Released
🧑💻 Platform
Push To Warehouse (PTW) Stringified Ledger Entry Columns: We’ve introduce the following 5 new columns on our PTW Ledger Entry schema:
posted_debits_stringposted_credits_stringpending_debits_stringpending_credits_stringamount_decimal_string
These string variants are provided to support values with precision exceeding 19 digits before the decimal point; a range the existing numeric columns cannot represent. For such values, the non-stringified columns will be NULL.
Upcoming Changes
🧑💻 Platform
(To be released 04/03/2026)Push To Warehouse (PTW) Stringified Transaction Column: We’re introducing one new column on our PTW Transaction schema:
amount_string
This string variant column is provided to support values with precision exceeding 18 digits before the decimal point; a range the existing bigint column cannot accurately represent. For such values, the non-stringified columns will be NULL.