-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add: turismo_fluxo_visitantes table to datario since it is already pu…
…blic
- Loading branch information
1 parent
b6723a1
commit f309f59
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
models/turismo_fluxo_visitantes/rede_hoteleira_ocupacao_eventos.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
SELECT * FROM `rj-setur.turismo_fluxo_visitantes.rede_hoteleira_ocupacao_eventos` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |