Skip to content

feature/add_audit_trail_events#197

Merged
fivetran-savage merged 5 commits into
release_branch/v2.6.0from
feature/add_audit_trail_events
Jul 1, 2026
Merged

feature/add_audit_trail_events#197
fivetran-savage merged 5 commits into
release_branch/v2.6.0from
feature/add_audit_trail_events

Conversation

@fivetran-savage

Copy link
Copy Markdown

To be merged into release branch 2.6.0

  • GA-1027402
  • Adds stg_fivetran_platform__audit_trail to 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.

@fivetran-savage fivetran-savage changed the base branch from main to release_branch/v2.6.0 June 24, 2026 18:40

@fivetran-catfritz fivetran-catfritz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. This whole thing will get a big review before release, so we can always remove the not_null test at that point.

@fivetran-savage fivetran-savage merged commit 872d6fb into release_branch/v2.6.0 Jul 1, 2026
10 checks passed
@fivetran-savage fivetran-savage deleted the feature/add_audit_trail_events branch July 1, 2026 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants