Skip to content

Unmodified field tokens are re-tokenized in UPDATE statements #6

Description

@samsternberg

for record in stream_records:

Snowflake UPDATE statements are written to Snowflake Streams as a full DELETE and full INSERT. Since the INSERT contains all fields in the record, including those already tokenized, these token values are re-tokenized. This should not happen and only the updated fields (which contain new PII) should be tokenized.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions