This dbt package enables us to protect out customers' privacy on warehouse.
COMING SOON
- dbt-core: 1.6 or later
We support only BigQuery at the moment. But, the implementation can be extended to other warehouses by following the manner of dbt package development.
- BigQuery
COMING SOON
Computes the hash of the input using the SHA-256 algorithm.
Usage:
SELECT
{{ dbt_data_privacy.sha256("column_a") }} AS column_a,
Computes the hash of the input using the SHA-512 algorithm.
Usage:
SELECT
{{ dbt_data_privacy.sha512("column_a") }} AS column_a,
Computes the hash of the input using the SHA-512 algorithm.
Usage:
SELECT
{{ dbt_data_privacy.extract_email_domain("email_column") }} AS email_column,