Skip to content

Commit

Permalink
fix: reinsert prehook
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Feb 27, 2024
1 parent 883e179 commit 8344e43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/br_ms_cnes/br_ms_cnes__leito.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"data_type": "int64",
"range": {"start": 2007, "end": 2024, "interval": 1},
},
pre_hook="DROP ALL ROW ACCESS POLICIES ON {{ this }}",
post_hook=[
'CREATE OR REPLACE ROW ACCESS POLICY allusers_filter ON {{this}} GRANT TO ("allUsers") FILTER USING (DATE_DIFF(CURRENT_DATE(),DATE(CAST(ano AS INT64),CAST(mes AS INT64),1), MONTH) > 6)',
'CREATE OR REPLACE ROW ACCESS POLICY bdpro_filter ON {{this}} GRANT TO ("group:[email protected]", "group:[email protected]") FILTER USING (True)',
],
)
}}

Expand Down

0 comments on commit 8344e43

Please sign in to comment.