-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate Multiple OCLC Numbers Report with Link in Email #1409
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jermnelson can you take a look at #1407 before we merge this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Question about task group calling task that calls a single function. Also, it may be easier for you to rebase this off of #1407 if we can sort out the test on that?
I made this PR a draft until #1407 is approved and merged and then I'll rebase off of main then. |
f9686d2
to
03145c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the email that was sent and the report looks good except the link to the DAG Run doesn't work. The error is DAG "13306" seems to be missing from DagBag.
. Is 13306 the dag_id? Maybe the link should be https://sul-libsys-airflow-dev.stanford.edu/dags/select_oclc_records/grid?dag_run_id=manual__2024-11-07T00%3A42%3A19.037638%2B00%3A00 instead?
This PR just uses the existing function
Emails and the OCLC reports use this function so it is strange this bug hasn't been noted before. I can create a bug ticket but it more general than this PR. |
I am now just realizing that it was noticed before when the POD transmission failed (which it did last night again). The link https://sul-libsys-airflow-prod.stanford.edu/dags/86302/grid?dag_run_id=scheduled__2024-11-06T08%3A00%3A00%2B00%3A00 goes to the missing dagbag error message. Yes, maybe a follow-on PR. I think maybe |
Fixes #1194