-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add author configs to pg_dump
file
#8248
Add author configs to pg_dump
file
#8248
Conversation
aceacca
to
bf327e0
Compare
Should be good now, @RayBB. Give it a try if you have a chance. |
@jimchamp doesn't seem to have worked. No |
I probably didn't click the "Set" button.... one moment |
0166465
to
01e98fd
Compare
for more information, see https://pre-commit.ci
Looks good now. Thanks @jimchamp this is a big help :) |
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.
Code lgtm , assigned to @RayBB since he tested it :)
In support of #8202
Adds Storygraph, Youtube, and Amazon author identifier configurations to the
pg_dump
file which is used to initially populate DBs in developer environments.Edit: Additionally, adds a Wikidata identifier to Mark Twain's author record.
Technical
Steps taken when making this update:
docker container rm openlibrary-db-1
docker compose up
select * from thing order by id desc limit 10
pg_dump
by following the instructions outlined here.Click to see the configurations that were added
- label: Amazon ID name: amazon notes: Should be something like B000AQ0842 url: https://www.amazon.com/-/e/@@@ website: https://www.amazon.com - label: Storygraph name: storygraph notes: eg 50b7fbd9-84ac-450d-b2ed-78c861d4ef00 url: https://app.thestorygraph.com/authors/@@@ website: https://www.thestorygraph.com/ - label: YouTube name: youtube notes: Link to the author's official YouTube channel url: https://www.youtube.com/@@@ website: https://www.youtube.com
Testing
Screenshot
Stakeholders
@cdrini
@davidscotson