-
Notifications
You must be signed in to change notification settings - Fork 3
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
Task 2: fetch data from the Factory table (in the Disfactory database) to the Location table #10
Comments
We concluded to use CSV for data import yesterday. I'll write a script to dump data from CSV to location table. Reasons:
|
Last week we concluded to leave the table 1-1 to disfactory/factory table, the year and url is moved to Answer table. So, should we change the Notes in the description? @yalgorithm777 Thanks for your advice! |
1. Implement the location import utility #10 2. For the ease of code review, I didn't include necessary code iimplemented in task1.
Done, wait for review. |
A new request here🙏🏽 Also, I'll split the table into 1000 rows a file, hoping we could finish a file in two months. |
The production table is available now (the "production" spreadsheet) |
In this task, you need to write a python script to fetch data from the Factory table (in the Disfactory database) to the location table. The script needs to use the operation functions developed in Task 1 to put data into the location table.
The description of the Factory table is in the "/factories/{factory_id}" section in the Disfactory API page.
IMPORTANT: make sure that you read the Coding Standards section before writing code.
IMPORTANT: open separate branches and request code reviews to merge into the main branch when the subtasks are done.
Notes:
Please reply to this issue if there are questions.
The text was updated successfully, but these errors were encountered: