Created
May 19, 2021 10:08
-
-
Save t0mpere/d50891c5b14a6dbd3a417f4ac6d7b3d4 to your computer and use it in GitHub Desktop.
anonymization usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ config(database='sources') }} | |
{{ config(schema='production') }} | |
-- the following comment is needed by dbt to compile the references in the macro | |
-- depends_on: {{ ref('anonymization_mapping') }} | |
select {{ anonymize_columns('private_sources', 'production', 'users') }} | |
from private_sources.production.users |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment