From 5e9f096aa21255b30c9c472ec7978b694206926a Mon Sep 17 00:00:00 2001 From: tricktx Date: Fri, 22 Sep 2023 12:17:55 -0300 Subject: [PATCH] partition_data --- pipelines/datasets/br_stf_corte_aberta/tasks.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipelines/datasets/br_stf_corte_aberta/tasks.py b/pipelines/datasets/br_stf_corte_aberta/tasks.py index e3f165f48..41c3ded62 100644 --- a/pipelines/datasets/br_stf_corte_aberta/tasks.py +++ b/pipelines/datasets/br_stf_corte_aberta/tasks.py @@ -99,8 +99,6 @@ def download_and_transform(): retry_delay=timedelta(seconds=constants.TASK_RETRY_DELAY.value), ) def make_partitions(df): - partition_data( - df=df, partition_columns="data_decisao", savepath=stf_constants.STF_OUTPUT.value - ) + partition_data(df, "data_decisao", stf_constants.STF_OUTPUT.value) return stf_constants.STF_OUTPUT.value