Skip to content

Commit

Permalink
remove web scrrapping in download_and_transform
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktx committed Sep 22, 2023
1 parent 685784f commit 7154f4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pipelines/datasets/br_stf_corte_aberta/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ def check_for_updates(dataset_id, table_id):
retry_delay=timedelta(seconds=constants.TASK_RETRY_DELAY.value),
)
def download_and_transform():
log("Iniciando o web scrapping")
web_scrapping()

log("Iniciando a leitura do csv")
df = read_csv()

Expand Down

0 comments on commit 7154f4e

Please sign in to comment.