forked from dbt-labs/jaffle-shop-classic
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67d10c9
commit 2cf87a8
Showing
4 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# sqlfluff incompatible with models using hash_sensitive_columns macro - disabled till resolved. | ||
|
||
stg_customers.sql |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
version: 2 | ||
|
||
models: | ||
- name: stg_customers_pii | ||
meta: | ||
owner: "[email protected]" | ||
description: List of jaffle shop customers | ||
columns: | ||
- name: customer_id | ||
tests: | ||
- unique | ||
- not_null | ||
- name: first_name | ||
meta: | ||
sensitive: true | ||
- name: last_name | ||
meta: | ||
sensitive: true | ||
|
||
- name: stg_customers | ||
meta: | ||
owner: "[email protected]" | ||
|
18 changes: 0 additions & 18 deletions
18
jaffle_shop/models/staging/src_seeds/sensitive/_models.yml
This file was deleted.
Oops, something went wrong.
File renamed without changes.