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
fix(ingest): preserve cloud workspace URIs in CollectionBuilder base class
CollectionBuilder.__init__ unconditionally wrapped workspace_dir in
Path(), corrupting cloud URIs like s3://bucket/path into s3:/bucket/path.
Keep cloud URIs (containing ://) as strings; continue using Path for
local filesystem paths. This fixes the root cause at the base class
level, complementing the call-site guard added in 1977f91.
0 commit comments