You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to proceed with this ticket, this itcket, #215, will need to be addressed first.
In our Google spreadsheet, https://docs.google.com/spreadsheets/d/1ifpqYM0uV1S3YVPrce5gmvevJ7jc-cFmOk5jDS8Me7U/edit#gid=0, when generating the seed data script, we need to consolidate rows with the same ID into a single entry. This means that if there are multiple entries with the same ID, the "coopaddresstags" objects in the seed_data file shoudl have the same coop ID, e.g.
This issue is in regards to the migration from the current Spreadsheet data model to the new 3.1-model-refactor data model.
maxgraziano
changed the title
Backend: When importing data from Google spreadsheet, need to consolidate entries with the same ID
Backend: Migrate data from Google spreadsheet
Aug 15, 2024
In order to proceed with this ticket, this itcket, #215, will need to be addressed first.
In our Google spreadsheet, https://docs.google.com/spreadsheets/d/1ifpqYM0uV1S3YVPrce5gmvevJ7jc-cFmOk5jDS8Me7U/edit#gid=0, when generating the seed data script, we need to consolidate rows with the same ID into a single entry. This means that if there are multiple entries with the same ID, the "coopaddresstags" objects in the seed_data file shoudl have the same coop ID, e.g.
As a refresher, if you want to run the scripts, log in to the Docker web container (docker exec -it <CONTAINER_ID> bash) and run
The text was updated successfully, but these errors were encountered: