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 be004f3 commit 3bde70e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipelines/rj_cor/meteorologia/meteorologia_redemet/flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@
dados = tratar_dados_estacao(data_inicio_, data_fim_)
print("hi")
print(dados.columns)
#PATH = salvar_dados(dados=dados)
# PATH = salvar_dados(dados=dados)

# Create table in BigQuery
#UPLOAD_TABLE = create_table_and_upload_to_gcs(
# UPLOAD_TABLE = create_table_and_upload_to_gcs(
# data_path=PATH,
# dataset_id=DATASET_ID,
# table_id=TABLE_ID,
# dump_mode=DUMP_MODE,
# wait=PATH,
#)
# )


# para rodar na cloud
Expand Down

0 comments on commit 3bde70e

Please sign in to comment.