PR #107 includes the following updates:
Bug Fixes
- Adjusted the
fivetran_platform__audit_user_activitymodel to parse themessage_datajson field to obtain the actor_email information only if the field containsactor.- This ensures the JSON parsing is only happening on the fields that are relevant. This will help reduce compute and avoid potential parsing errors from malformed JSON objects.
Under the Hood
- Included auto-releaser GitHub Actions workflow to automate future releases.
- Updated the maintainer PR template to resemble the most up to date format.
- Included a
quickstart.ymlfile to allow for automated Quickstart data model deployments.
Full Changelog: v1.4.0...v1.4.1