Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-vfs / server / getWorkspaceLakeFSRepo

Function: getWorkspaceLakeFSRepo()

getWorkspaceLakeFSRepo(db, workspaceId): Promise<WorkspaceLookupResult | null>

Defined in: packages/fireflow-vfs/src/services/workspace-lookup.ts:26

Service-level workspace lookup that returns the lakeFS repo name without performing user ACL checks.

Use this for trusted server-side operations (e.g., MiniApp manifest resolution) where the server itself is authorized to read from lakeFS.

Parameters

db

DB

workspaceId

string

Returns

Promise<WorkspaceLookupResult | null>

Licensed under BUSL-1.1