Skip to content

Commit

Permalink
reverte tasks rj_smtr
Browse files Browse the repository at this point in the history
  • Loading branch information
eng-rodrigocunha committed Oct 20, 2023
1 parent 00ec870 commit 7a6e58e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pipelines/rj_smtr/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,9 +660,7 @@ def get_raw_from_sources(
)
elif source_type == "gcs":
error, data, filetype = get_raw_data_gcs(
dataset_id=dataset_id,
table_id=table_id,
filename=request_params,
dataset_id=dataset_id, table_id=table_id, zip_filename=request_params
)
elif source_type == "db":
error, data, filetype = get_raw_data_db(
Expand Down

0 comments on commit 7a6e58e

Please sign in to comment.