Skip to content

Commit

Permalink
Merge branch 'master' into staging/br_bcb_agencia
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel authored Jul 25, 2023
2 parents 71d4eaf + e636158 commit 592baf3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ models:
br_mercadolivre_ofertas:
+materialized: table
+schema: br_mercadolivre_ofertas
+post-hook:
- 'REVOKE `roles/bigquery.dataViewer` ON TABLE {{ this }} FROM "specialGroup:allUsers"'
- 'GRANT `roles/bigquery.dataViewer` ON TABLE {{ this }} TO "group:[email protected]"'
br_ms_cnes:
+materialized: table
+schema: br_ms_cnes
br_ons_avaliacao_operacao:
+materialized: table
+schema: br_ons_avaliacao_operacao
Expand Down Expand Up @@ -174,7 +180,4 @@ models:
FILTER USING (ano_campeonato=EXTRACT(YEAR from CURRENT_DATE()))'
test_dataset:
+materialized: table
+schema: test_dataset
br_ms_cnes:
+materialized: table
+schema: br_ms_cnes
+schema: test_dataset

0 comments on commit 592baf3

Please sign in to comment.