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 c53cd72 commit 97066c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pipelines/rj_cor/meteorologia/meteorologia_redemet/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,10 +174,9 @@
# data = slice_data(current_time=CURRENT_TIME)
dados = tratar_dados_estacao(data_inicio_, data_fim_)

# Configure logging format and level
logging.basicConfig(level=logging.INFO, format="%(message)s")
# debug
log(f"printa df {dados.head()}")

logging.info("hi")
# print(dados.columns)
# PATH = salvar_dados(dados=dados)

Expand Down

0 comments on commit 97066c9

Please sign in to comment.