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

CSV upload test failed #964

Closed ahafele closed 5 months ago

ahafele commented 5 months ago

Update : No longer failing. Says submitted but I don't see which DAG it kicks off or any outcome. Should it kick off the selection dag?

jgreben commented 5 months ago

Probably still needs to be updated for "updates/deletes".

jgreben commented 5 months ago

Fixed by https://github.com/sul-dlss/libsys-airflow/pull/963

jgreben commented 5 months ago

@ahafele The next scheduled dag run will normally include the uploaded file of IDs, otherwise you would need to trigger a manual run for the vendor that you selected.

ahafele commented 5 months ago

@jgreben got it. Which DAG do the ids get added to? E.g. for POD would it be the selection DAG?

jgreben commented 5 months ago

Yes, the selection dags will pick up the uploaded IDs when triggered.