mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
feat: update Google Drive indexing to include skipped file tracking
This commit is contained in:
parent
eac4cb6075
commit
e9485ab2df
3 changed files with 14 additions and 10 deletions
|
|
@ -119,7 +119,7 @@ async def test_composio_connector_without_account_id_returns_error(
|
|||
|
||||
maker = make_session_factory(async_engine)
|
||||
async with maker() as session:
|
||||
count, error = await index_google_drive_files(
|
||||
count, _skipped, error = await index_google_drive_files(
|
||||
session=session,
|
||||
connector_id=data["connector_id"],
|
||||
search_space_id=data["search_space_id"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue