Skip to content

Commit

Permalink
altera referencia
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Jan 14, 2025
1 parent a6b84d2 commit cbe3bd1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions queries/models/bilhetagem/staging/aux_passageiro_hora.sql
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ select
"RioCard" as tipo_usuario,
"RioCard" as meio_pagamento,
st_geogpoint(longitude, latitude) as geo_point_transacao
{# from {{ ref("transacao_riocard") }} #}
from `rj-smtr.br_rj_riodejaneiro_bilhetagem.transacao_riocard`
from {{ ref("transacao_riocard") }}
where
(id_servico_jae not in ("140", "142") or id_servico_jae is null)
and (id_operadora != "2" or id_operadora is null)
Expand Down

0 comments on commit cbe3bd1

Please sign in to comment.