PR #184 is a pre-release that includes the following updates:
Under the Hood
- Tests out optimizations of
fivetran_platform__audit_tablefor smaller Postgres instances.- Creates two new macros:
convert_to_jsonandfivetran_log_json_parse_dev(a development version offivetran_log_json_parse) to consolidate JSON parsing and casting in Postgres and SQL Server. - Removes regex-based JSON check on the
LOG.message_datafield for Postgres. Postgres has a character limit of 10,485,760. Therefore,message_datais very likely not truncated or malformed.
- Creates two new macros:
Full Changelog: v2.5.2...v2.5.3-a1