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

Reporting: Add a MARC 001 file report #636

Closed aaron-collier closed 1 year ago

aaron-collier commented 1 year ago

Simplified

Add a section about 001 information to the current file load report.

Original

When users are trouble shooting marc data, often times the key information they are looking at is in the 001 record, they would like an email report of all 001 records in the file:

On the Vendor Interface page:

@ahafele Please provide any changes to the above text that would make the email subject/body more helpful.

justinlittman commented 1 year ago

@aaron-collier Since this may take some time, does this need another DAG (sigh)?

aaron-collier commented 1 year ago

@justinlittman good question, I think a DAG (big sigh) may be the best bet in order to take advantage of the existing email features. It is likely a very simple dag that this action could instantiate with a file record so it would be just a couple of tasks to build the report(s) and then email, but it only runs when trigged by the UI not on a schedule.