Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 963 Bytes

2020-03-04-encoding-whitelist-blacklist.md

File metadata and controls

24 lines (21 loc) · 963 Bytes
date title description authors pr_numbers release hide_on_release_notes badges
2020-04-13
Whitelist and Blacklist Fields When Encoding
More control over which fields are included when encoding
binarylogic
1915
0.9.0
true
type domains
new feature
sinks

We've added the ability to white-list and blacklist fields during the encoding process within sinks. This is useful if you have metadata fields that you do not want to send downstream. For example, you might have an application_id fields that you use for partitioning, but you don't want to include it in the actual data since it would be duplicative.

To use this feature see the new encoding options for each sink. For example, the clickhouse sink's encoding option.