File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
backend/onyx/connectors/google_drive Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1094,6 +1094,7 @@ def load_from_checkpoint(
1094
1094
checkpoint .retrieved_folder_and_drive_ids = self ._retrieved_folder_and_drive_ids
1095
1095
if checkpoint .completion_stage == DriveRetrievalStage .DONE :
1096
1096
checkpoint .has_more = False
1097
+ logger .info (f"Returning checkpoint: { checkpoint } " )
1097
1098
return checkpoint
1098
1099
1099
1100
def _extract_slim_docs_from_google_drive (
Original file line number Diff line number Diff line change @@ -377,6 +377,7 @@ def _convert_drive_item_to_document(
377
377
docs_service = lazy_eval (
378
378
lambda : get_google_docs_service (creds , user_email = retriever_email )
379
379
)
380
+ logger .info (f"Converting file { file .get ('name' )} to document for { retriever_email } " )
380
381
381
382
try :
382
383
# skip shortcuts or folders
You can’t perform that action at this time.
0 commit comments