PR #160 includes the following updates:
Under the Hood
- Added BigQuery JSON field support for the following model and columns:
stg_fivetran_platform__log:message_datacolumn.- Added the
field_conversioncte to apply the conversion tomessage_dataprior to additional transformations.
- Added the
- Added the
json_to_string()macro for BigQuery to convert JSON fields to strings for reliable downstream parsing. - Included json versions to the integration tests to ensure json data type compatibility.
Full Changelog: v2.2.1...v2.2.2