Skip to content

Commit

Permalink
Removes stream param from pod transmission.
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleydoljack committed May 22, 2024
1 parent 9ff9af4 commit 84a0fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libsys_airflow/dags/data_exports/pod_transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def send_pod_records():
gather_files,
params={"vendor": "pod"},
files_params="upload[files][]",
url_params={"stream": "Test"},
)

archive_data = archive_transmitted_data_task(transmit_data["success"])
Expand Down

0 comments on commit 84a0fa9

Please sign in to comment.