Skip to content

Commit

Permalink
registra novamente
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Sep 20, 2023
1 parent e52dcd1 commit 5b73f44
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,15 @@ def extract_last_date(
FROM
`{billing_project_id}.{dataset_id}.{table_id}`
"""
log(f"{query_bd}")
log("dasdasdsadas")

t = bd.read_sql(
query=query_bd,
billing_project_id=billing_project_id,
from_file=True,
)

log(f"{t}")
data = t["max_date"][0]

log(f"A data mais recente da tabela é: {data}")
Expand Down

0 comments on commit 5b73f44

Please sign in to comment.