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
Split out of #2062 so the in-code deferral has a real tracking number.
Today library_pipeline.py gives url:youtube and url:web items a reference artifact and marks them ready without fetching anything. That is a deliberate P1 boundary, not a bug, but the code comment currently points at no issue (it briefly cited #2063, which is a merged release PR rather than a tracker item).
Scope when picked up:
A WebFetcherProcessor that actually retrieves the page or video metadata for URL items.
Split out of #2062 so the in-code deferral has a real tracking number.
Today
library_pipeline.pygivesurl:youtubeandurl:webitems areferenceartifact and marks them ready without fetching anything. That is a deliberate P1 boundary, not a bug, but the code comment currently points at no issue (it briefly cited #2063, which is a merged release PR rather than a tracker item).Scope when picked up:
WebFetcherProcessorthat actually retrieves the page or video metadata for URL items.readymeans for a URL item that has been fetched versus one that has only a reference artifact, so status is not misleading.Blocked by nothing; naturally follows the Library P2 ingestor work (#2059).