Skip to content

release_dependencies has legacy project urls #17732

Open
@miketheman

Description

@miketheman

In the pypi/legacy, a kind = 8 existed. https://github.com/pypi/legacy/blob/a418131180a14768328713df5533c600c425760d/store.py#L76-L84

It was ported over to warehouse at inception with a TODO to extras and backfill to a separate table, which was completed in #11566

warehouse=> select count(*) from release_dependencies where kind = 8;
  count  
---------
 1174262

As the backfill job moved these to the release_urls table, they should no longer be needed, and could be removed once confirmed.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions