feature/add_audit_trail_events#197
Merged
fivetran-savage merged 5 commits intoJul 1, 2026
Merged
Conversation
fivetran-catfritz
approved these changes
Jun 30, 2026
fivetran-catfritz
left a comment
Contributor
There was a problem hiding this comment.
looks great! one small comment but nothing to revise
| description: Surrogate key hashed on `audit_trail_id` and `captured_at` to uniquely identify each audit trail event. | ||
| tests: | ||
| - unique | ||
| - not_null |
Contributor
There was a problem hiding this comment.
I think the not_null test will fail on Redshift with the all nulls + limit 1 scenario, but I don't think we should change anything. Just a note for later in case it does come up.
Author
There was a problem hiding this comment.
Fair point. This whole thing will get a big review before release, so we can always remove the not_null test at that point.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To be merged into release branch 2.6.0
stg_fivetran_platform__audit_trailto the package, which records user actions performed within your Fivetran account (what was changed, by whom, and how). Only available for customers on the Enterprise plan and above.