sul-dlss / libsys-airflow

Airflow DAGS for migrating and managing ILS data into FOLIO along with other LibSys workflows
Apache License 2.0
5 stars 0 forks source link

POD (and GOBI) DAGs not producing files that are accessible via UI #1073

Closed ahafele closed 1 month ago

ahafele commented 1 month ago

The select and send DAGs are running successfully but no files are made available via the UI. Last file I see is dated 6/11. Testing on hold till resolved.

Select dag run - https://sul-libsys-airflow-dev.stanford.edu/dags/select_pod_records/graph?run_id=manual__2024-06-13T13:30:40%2B00:00&execution_date=2024-06-13+13:30:40%2B00:00

Send dag run - https://sul-libsys-airflow-dev.stanford.edu/dags/send_pod_records/graph?run_id=manual__2024-06-13T13:35:15.481468%2B00:00&execution_date=2024-06-13+13:35:15.481468%2B00:00

shelleydoljack commented 1 month ago

The xcom for fetch_record_ids_from_folio contains the return_value with the list of new instance id's, but the save_ids_to_file returns an empty list (it should return a list of csv filenames I believe, as in previous run from 6/4/2024).