Skip to content

Commit

Permalink
Corrige alias em sumario_servico_dia_historico (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtr363 authored Oct 16, 2024
1 parent 2324e91 commit 2a7c068
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipelines/migration/projeto_subsidio_sppo/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
Flows for projeto_subsidio_sppo
DBT: 2024-10-16
DBT: 2024-10-16
"""

from prefect import Parameter, case, task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ WITH
{{ ref("viagem_planejada") }} AS v
-- `rj-smtr`.`projeto_subsidio_sppo`.`viagem_planejada` AS v
LEFT JOIN
{{ ref("subsidio_data_versao_efetiva") }}
-- rj-smtr.projeto_subsidio_sppo.subsidio_data_versao_efetiva
{{ ref("subsidio_data_versao_efetiva") }} AS sdve
-- rj-smtr.projeto_subsidio_sppo.subsidio_data_versao_efetiva AS sdve
USING
(data)
LEFT JOIN
Expand Down

0 comments on commit 2a7c068

Please sign in to comment.