feat: update Google Drive indexing to include skipped file tracking

This commit is contained in:
Anish Sarkar 2026-03-19 20:27:50 +05:30
parent eac4cb6075
commit e9485ab2df
3 changed files with 14 additions and 10 deletions

View file

@ -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"],