Skip to content

Commit

Permalink
Merge pull request #460 from basedosdados/staging/cnes
Browse files Browse the repository at this point in the history
[dbt] br_ms_cnes.leito
  • Loading branch information
folhesgabriel authored Feb 27, 2024
2 parents 553a981 + 2987f20 commit 7d591fe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions models/br_ms_cnes/br_ms_cnes__leito.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@
"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 7d591fe

Please sign in to comment.