Skip to content

feat: add insert_date column to SCD2 output#24

Merged
kamathramu87 merged 2 commits intomainfrom
claude/add-scd2-insert-date-a13y3
Apr 5, 2026
Merged

feat: add insert_date column to SCD2 output#24
kamathramu87 merged 2 commits intomainfrom
claude/add-scd2-insert-date-a13y3

Conversation

@kamathramu87
Copy link
Copy Markdown
Owner

Adds an insert_date timestamp column to every SCD2 record (both inserts
and updates), capturing when the row version was physically written to the
target table. This is distinct from valid_from which tracks business
validity. The column name is configurable via SCD2ColumnNames.insert_date.

https://claude.ai/code/session_01UXnVydiThp9iPtW5M9R5et

Adds an `insert_date` timestamp column to every SCD2 record (both inserts
and updates), capturing when the row version was physically written to the
target table. This is distinct from `valid_from` which tracks business
validity. The column name is configurable via `SCD2ColumnNames.insert_date`.

https://claude.ai/code/session_01UXnVydiThp9iPtW5M9R5et
@kamathramu87 kamathramu87 enabled auto-merge (squash) April 5, 2026 15:01
@kamathramu87 kamathramu87 merged commit 4de5c38 into main Apr 5, 2026
1 check passed
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