Staging instance, all changes can be removed at any time

Skip to content

package.loader: Skip artifacts with no intrinsic metadata

no intrinsic metadata as in no corresponding metadata file (eg. pypi: PKG-INFO, npm: package.json). Both pypi and npm loaders demonstrate that behavior.

Currently, this means the visit fails during ingestion. By skipping those artifacts, we can have a more complete ingestion of the impacted origins (providing other artifacts are correctly configured, with their intrinsic metadata file).

Test Plan

tox


Migrated from D2579 (view on Phabricator)

Merge request reports

Loading