Skip to content

Commit

Permalink
corrige referencia
Browse files Browse the repository at this point in the history
  • Loading branch information
pixuimpou committed Aug 26, 2024
1 parent 4c3a8ad commit 3027482
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SELECT
tipo_pagamento,
geo_point_transacao
FROM
{{ transacao_table }}
{{ ref('transacao') }}
WHERE
id_servico_jae NOT IN ("140", "142")
AND id_operadora != "2"
Expand Down Expand Up @@ -54,7 +54,7 @@ SELECT
"RioCard" AS tipo_pagamento,
ST_GEOGPOINT(longitude, latitude) AS geo_point_transacao
FROM
{{ transacao_riocard_table }}
{{ 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 3027482

Please sign in to comment.