Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add: rede_hoteleira_ocupacao_eventos to datario #73

Merged
merged 1 commit into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading