Do not write 'original_session_id' to table if no change
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 6
- Avg merge
- 4h 6m
- Merged PRs (30d)
- 1
Description
We had previously added a record of sanitization effects through the 'original_session_id' column
But there is no need to write this if sanitization had no effect on the values; do not write the column at all if this happens
Contributor guide
Research direction
Locate the sanitization logic and the code that writes the original_session_id column, then trace how unchanged values are detected. Verify that sanitization still records original_session_id when values change, but omits the column entirely when sanitization has no effect.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-engineering
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100