MSC-BQ0006
Snowflake does not support differential privacy
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Medium
Description
BigQuery allows applying differential privacy over some statistical functions to introduce noise in the data, making difficult the subtraction of information about individuals when analyzing the query results.
Differential privacy is not supported in Snowflake, any use of it will be commented out and this error will be generated to inform the user about this.
Code Example
Input Code:
Output Code:
Recommendations
Analyze the results of the query with and without differential privacy, the results may differ slightly due to the absence of noise in the data.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated