Skip to content

Commit

Permalink
add: turismo_fluxo_visitantes table to datario since it is already pu…
Browse files Browse the repository at this point in the history
…blic
  • Loading branch information
BrunodePauloAlmeida committed Feb 6, 2024
1 parent b6723a1 commit f309f59
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,6 @@ models:
transporte_rodoviario_municipal:
+materialized: table
+schema: transporte_rodoviario_municipal
turismo_fluxo_visitantes:
+materialized: table
+schema: turismo_fluxo_visitantes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SELECT * FROM `rj-setur.turismo_fluxo_visitantes.rede_hoteleira_ocupacao_eventos`
15 changes: 15 additions & 0 deletions models/turismo_fluxo_visitantes/schema.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
models:
- name: turismo_fluxo_visitantes
description: Taxa de ocupação hoteleira do Rio de Janeiro durante grandes eventos turísticos nos anos de 2022 e 2023.
columns:
- name: ano
description: Ano
- name: data_inicial
description: Data inicial
- name: data_final
description: Data final
- name: evento
description: Nome do evento
- name: taxa_ocupacao
description: Taxa de ocupação hoteleira

0 comments on commit f309f59

Please sign in to comment.