gravitino.filesystem.gvfs_utils.create_client¶
- gravitino.filesystem.gvfs_utils.create_client(options: Dict[str, str], server_uri: str, metalake_name: str, request_headers: dict | None = None)¶
Create the Gravitino client. :param options: The options :param server_uri: The server URI :param metalake_name: The metalake name :param request_headers: The request headers :return The Gravitino client