Skip to content

Commit 1556ecb

Browse files
initial commit with post-hook
1 parent 9941079 commit 1556ecb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{{ config(
2+
materialized='table',
3+
post_hook="{{ enable_rls() }}"
4+
) }}
5+
6+
SELECT *
7+
FROM {{ source('staging', 'series') }}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{{ config(
2+
materialized='table',
3+
post_hook="{{ enable_rls() }}"
4+
) }}
5+
6+
SELECT *
7+
FROM {{ source('staging', 'sets') }}

0 commit comments

Comments
 (0)