You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"stream_maps": {
"**customers**": { // Apply these transforms to the stream called 'customers'"email": null, // drop the PII field from RECORD and SCHEMA messages"email_domain": "owner_email.split('@')[-1]", // capture just the email domain"email_hash": "md5(config['hash_seed'] + owner_email)", // for uniqueness checks
}
},
"stream_map_config": {
// hash outputs are not able to be replicated without the original seed:"hash_seed": "01AWZh7A6DzGm6iJZZ2T"
}
}
in place of "customers" , can I use "*" to apply it for all streams ?
Can it developed as new feature ?
The text was updated successfully, but these errors were encountered:
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the evergreen label, or request that it be added.
Hi ,
in stream_maps
in place of "customers" , can I use
"*"
to apply it for all streams ?Can it developed as new feature ?
The text was updated successfully, but these errors were encountered: