Near real time cloud native data pipeline in AWS (CDC+Sink). Hosts code for RedshiftSink. RDS to RedshiftSink Pipeline with masking and reloading support.
Checked the existing definitions and found that there is pretty much no impact. However, we should look into deprecating the % syntax in favor of regex based ones.
https://github.com/practo/tipoca-stream/blob/ec2941084d71889a5cea1d12934f2b64c5211049/redshiftsink/pkg/transformer/masker/mask_config.go#L379-L383
The above logic is not consistent with the LIKE functionality since:
_
in LIKE should be interpreted as.
in regex. (Ref: SQL LIKE).
,?
, etc.. in LIKE should be treated as literal and should not have special meaning.utf8_general_ci
).