Encrypting columns
When writing columns to Snowflake using Polytomic's Model Syncs (for example if you're using enrichment), you can specify certain destination columns to be encrypted in Snowflake with a passphrase of your choosing. Here are the steps to do so:
- Click Show field details in your sync mapping:

- For each column you'd like to encrypt, click the Plaintext button underneath it and change it to Encrypted. Note: Only
BINARY
fields can be encrypted. New fields will be created asBINARY
columns, and this option will only show up on existingBINARY
fields.

- Enter your Snowflake encryption passphrase:

Updated about 1 month ago