transform document

This commit is contained in:
jyong 2025-08-01 13:59:11 +08:00
parent 82819af55c
commit 79f30daf03

View File

@ -376,7 +376,7 @@ class NotionExtractor(BaseExtractor):
credential = datasource_provider_service.get_real_credential_by_id( credential = datasource_provider_service.get_real_credential_by_id(
tenant_id=tenant_id, tenant_id=tenant_id,
credential_id=credential_id, credential_id=credential_id,
provider="notion", provider="notion_datasource",
plugin_id="langgenius/notion_datasource", plugin_id="langgenius/notion_datasource",
) )
if not credential: if not credential: