From 73471356c5aa313a1b921db3258d82405a4142ba Mon Sep 17 00:00:00 2001 From: folhesgabriel Date: Wed, 20 Sep 2023 16:23:55 -0300 Subject: [PATCH] =?UTF-8?q?corrige=20par=C3=A2metro=20da=20fun=C3=A7=C3=A3?= =?UTF-8?q?o=20extract=5Flast=5Fdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../datasets/br_cvm_oferta_publica_distribuicao/tasks.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pipelines/datasets/br_cvm_oferta_publica_distribuicao/tasks.py b/pipelines/datasets/br_cvm_oferta_publica_distribuicao/tasks.py index 0a1aaf362..59c063108 100644 --- a/pipelines/datasets/br_cvm_oferta_publica_distribuicao/tasks.py +++ b/pipelines/datasets/br_cvm_oferta_publica_distribuicao/tasks.py @@ -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.