Skip to content

Commit

Permalink
corrige parâmetro da função extract_last_date
Browse files Browse the repository at this point in the history
  • Loading branch information
folhesgabriel committed Sep 20, 2023
1 parent 079cfc4 commit 7347135
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ def clean_table_oferta_distribuicao(root: str) -> str:


@task
def extract_last_date(
dataset_id: str,
table_id: str,
billing_project_id: str,
var_name: str,
) -> str:
def extract_last_date(dataset_id: str, table_id: str, billing_project_id: str) -> str:
"""
Extracts the last update date of a given dataset table.
Expand Down

0 comments on commit 7347135

Please sign in to comment.