Skip to content

Commit

Permalink
testando flow
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaPassos committed Oct 31, 2023
1 parent 4679df3 commit e839ecc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipelines/rj_cor/meteorologia/meteorologia_redemet/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
get_current_flow_labels,
)

import logging

with Flow(
name="COR: Meteorologia - Meteorologia REDEMET",
Expand Down Expand Up @@ -172,7 +173,7 @@
data_inicio_, data_fim_, backfill = get_dates(data_inicio, data_fim)
# data = slice_data(current_time=CURRENT_TIME)
dados = tratar_dados_estacao(data_inicio_, data_fim_)
print("hi")
logging.info("hi")
# print(dados.columns)
# PATH = salvar_dados(dados=dados)

Expand Down

0 comments on commit e839ecc

Please sign in to comment.