- storage.py (as the entry point of storage) add, get
- db.py (as the entry point to db)
- swh-func.sql (the actual sql procedure)
- add the table itself to swh-schema.sql and constraints to swh-indexes.sql
- the data about the indexer tool into swh-data.sql
- swh.storage.api.{server,client}
- tests for origin_metadata_translation
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Migrated | gitlab-migration | T737 create origin_metadata table | ||
Migrated | gitlab-migration | T795 create origin_metadata_translation |
Event Timeline
Comment Actions
This task is now not compatible with the new indexer db.
Also, this table might be divided into origin_intrinsic_metadata for the perstitent copy of T1232
and origin_extrinsic_metadata for metadata translated from the origin_metadata table.