mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 20:48:01 +08:00
transform document
This commit is contained in:
parent
82819af55c
commit
79f30daf03
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user