-
Notifications
You must be signed in to change notification settings - Fork 1
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
[SFR-2434] Simplifying delete record implementation #491
Conversation
looking good so far - I think i'll have to shuffle some things around on my upload branch but it should be ok, but i'll wait to open it until this is merged. |
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.
This looks good! It's a lot easier to read the Airtable logic without the encoding inline.
from model import Record, Work, Edition, Item, Link | ||
from model import Record, Work, Edition, Item | ||
from sqlalchemy.orm import joinedload | ||
from urllib.parse import urlparse |
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.
probably possible to just change this instance to be the same access pattern as the other urllib.parse usages
Description
Testing