Skip to content

Commit

Permalink
feat: country model
Browse files Browse the repository at this point in the history
  • Loading branch information
laura-l-amaral committed Feb 6, 2024
1 parent bab6213 commit 35e84bd
Show file tree
Hide file tree
Showing 3 changed files with 1,041 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,15 @@ models:
world_iea_pirls:
+materialized: table
+schema: world_iea_pirls
world_wb_mides:
+materialized: table
+schema: world_wb_mides
world_oceanos_mapeamento:
+materialized: table
+schema: world_oceanos_mapeamento
world_oecd_public_finance:
+materialized: table
+schema: world_oecd_public_finance
world_wb_mides:
+materialized: table
+schema: world_wb_mides
world_wwf_hydrosheds:
+materialized: table
+schema: world_wwf_hydrosheds
Expand Down
Loading

0 comments on commit 35e84bd

Please sign in to comment.