LakeFSClient#

class langchain_community.document_loaders.lakefs.LakeFSClient(lakefs_access_key: str, lakefs_secret_key: str, lakefs_endpoint: str)[source]#

Client for lakeFS.

Methods

__init__(lakefs_access_key, ...)

is_presign_supported()

ls_objects(repo, ref, path, presign)

Parameters:
  • lakefs_access_key (str)

  • lakefs_secret_key (str)

  • lakefs_endpoint (str)

__init__(lakefs_access_key: str, lakefs_secret_key: str, lakefs_endpoint: str)[source]#
Parameters:
  • lakefs_access_key (str)

  • lakefs_secret_key (str)

  • lakefs_endpoint (str)

is_presign_supported() bool[source]#
Return type:

bool

ls_objects(repo: str, ref: str, path: str, presign: bool | None) List[source]#
Parameters:
  • repo (str)

  • ref (str)

  • path (str)

  • presign (bool | None)

Return type:

List