Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielle-carv committed Jul 24, 2023
1 parent f4c0195 commit aa9c489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/br_mercadolivre_ofertas/vendedor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ WITH main AS (
from `basedosdados-staging.br_mercadolivre_ofertas_staging.vendedor`
), tabela_ordenada AS (
SELECT
dia AS data_consulta,
PARSE_DATE('%Y-%m-%d', dia) AS data_consulta,
id_municipio,
main.id_vendedor,
nome AS vendedor,
Expand Down

0 comments on commit aa9c489

Please sign in to comment.