Skip to content

Commit

Permalink
testando flow
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaPassos committed Oct 30, 2023
1 parent a46fbad commit c9b1d02
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 @@ -172,7 +172,8 @@
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_)
PATH = salvar_dados(dados=dados)
print(dados)

Check failure

Code scanning / CodeQL

Clear-text logging of sensitive information High

This expression logs
sensitive data (secret)
as clear text.
#PATH = salvar_dados(dados=dados)

# Create table in BigQuery
UPLOAD_TABLE = create_table_and_upload_to_gcs(
Expand Down

0 comments on commit c9b1d02

Please sign in to comment.