Open oliverchang opened 1 month ago
In https://github.com/google/osv.dev/pull/2435, we stopped creating Bug ndb Keys with a source_id:bug ID format.
Bug
source_id:bug ID
However, existing entities might still have this, and should be migrated so we can delete db_id completely and just rely on the NDB key.
db_id
FYI https://github.com/search?q=repo%3Agoogle%2Fosv.dev+path%3A%2F%5Etools%5C%2Fdatafix%5C%2F%2F+db_id&type=code is relying on db_id so will require reworking to accommodate.
In https://github.com/google/osv.dev/pull/2435, we stopped creating
Bug
ndb Keys with asource_id:bug ID
format.However, existing entities might still have this, and should be migrated so we can delete
db_id
completely and just rely on the NDB key.