Skip to content

Commit

Permalink
temp: after
Browse files Browse the repository at this point in the history
Signed-off-by: shunya.yoshikawa <[email protected]>
  • Loading branch information
yoshyum committed Jan 25, 2024
1 parent 8f5d9f2 commit 77d07dd
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions z.after.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
# This was automatically generated by the `dbt-data-privacy` package.
version: 2

models:
- name: data_analysis_layer__dbt_data_privacy_data_analysis_layer__items
description: |-
Items'\'' table
## NOTE
- XXX
- XXX
tags: ['\''data_analysis'\'', '\''dbt_data_privacy'\'']
meta:
modeled_by: dbt
tests:
# The test enables us to show the schema YAML file to delete before re-generating the file.
# A schema YAML file doesn'\''t appear by `dbt ls --output path`, when it contains no tests.
- dbt_data_privacy.dummy_test
columns:
- name: id
description: |-
Item ID
meta:
data_privacy:
level: public
- name: name
description: |-
Item name
meta:
data_privacy:
level: public

0 comments on commit 77d07dd

Please sign in to comment.