Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

[dbt] br_b3_cotacoes #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion models/br_b3_cotacoes/br_b3_cotacoes__cotacoes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SAFE_CAST(data_negocio AS DATE) data_negocio,
SAFE_CAST(codigo_identificador_negocio AS STRING) codigo_identificador_negocio,
SAFE_CAST(preco_negocio AS FLOAT64) preco_negocio,
SAFE_CAST(quantidade_negociada AS INT64) quantidade_negociada,
SAFE_CAST(hora_fechamento AS INT64) hora_fechamento,
SAFE_CAST(hora_fechamento AS STRING) hora_fechamento,
SAFE_CAST(codigo_participante_comprador AS STRING) codigo_participante_comprador,
SAFE_CAST(codigo_participante_vendedor AS STRING) codigo_participante_vendedor

Expand Down