Skip to content

Commit

Permalink
partition_data
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Sep 22, 2023
1 parent acc8cf7 commit 5e9f096
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pipelines/datasets/br_stf_corte_aberta/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5e9f096

Please sign in to comment.