Skip to content

Commit

Permalink
Merge pull request #124 from basedosdados/staging/br_mercadolivre_ofe…
Browse files Browse the repository at this point in the history
…rtas.item

[dbt] br_mercadolivre_ofertas
  • Loading branch information
gabrielle-carv authored Jul 25, 2023
2 parents bd36053 + 134939f commit 959d28c
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 @@ -121,6 +121,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 @@ -171,7 +177,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 959d28c

Please sign in to comment.