-
Notifications
You must be signed in to change notification settings - Fork 0
BL-1633: Add dag to move boundwith files. #701
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
Conversation
Also refactors determine_most_recent_date helper method to work with boundwith.
0607481 to
2d5bae2
Compare
| } | ||
|
|
||
| DAG = airflow.DAG( | ||
| "catalog_move_alma_sftp_bw_to_s3", |
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.
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.
@dkinzer @sensei100 I'm fine with simplifying the names. Alternatively we could do "boundwith_move_alma_sftp_to_s3"? I think having a different prefix helps in distinguishing it more easily from "catalog_move_alma_sftp_to_s3"?
sensei100
left a comment
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.
@dkinzer Will this require the current tasks related to bound with to be updated? I think right now they are looking for this file:
prefix=ALMASFTP_S3_PREFIX + "/alma_bibs__boundwith"
|
@sensei100 there is another subtask to refactor the full reindex to work with new boundwith files in an s3 (https://tulibdev.atlassian.net/browse/BL-1634) |
d33424f to
0d936ea
Compare
|
@ebtoner I updated the name of the dag per your suggestion. Thanks! |
Also refactors determine_most_recent_date helper method to work with boundwith.