parent
562ca45e07
commit
5b953c1ef2
10 changed files with 33 additions and 59 deletions
|
|
@ -58,7 +58,8 @@ def document_indexing_sync_task(dataset_id: str, document_id: str):
|
|||
notion_workspace_id=workspace_id,
|
||||
notion_obj_id=page_id,
|
||||
notion_page_type=page_type,
|
||||
notion_access_token=data_source_binding.access_token
|
||||
notion_access_token=data_source_binding.access_token,
|
||||
tenant_id=document.tenant_id
|
||||
)
|
||||
|
||||
last_edited_time = loader.get_notion_last_edited_time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue